这个组织模式模板有什么问题?

发布于 2024-11-02 03:55:53 字数 480 浏览 0 评论 0原文

我无法收到输入标签的提示。我已将代码与 %^g 一起放入我的 .emacs 文件中,该文件应该调用提示符,但不起作用。

这是在我的 .emacs 文件中。

 (setq org-capture-templates
  '(("t" "Todo" entry (file+headline "~/.emacs.d/gtd.org" "Tasks")
         "* TODO %?\n  %i\n  %a")
    ("j" "Journal" entry (file+datetree "~/.emacs.d/journal.org")
         "* %?%^g \nEntered on %U\n  %i\n")))

当我调用日记代码时,我没有得到任何提示,并且输出如下

* %? 
Entered on [2011-04-20 Wed 06:59]

有任何想法吗?谢谢。

I can't get the prompt for entering tags to work. I've put the code in my .emacs file along with %^g which should call the prompt but that isn't working.

This is in my .emacs file.

 (setq org-capture-templates
  '(("t" "Todo" entry (file+headline "~/.emacs.d/gtd.org" "Tasks")
         "* TODO %?\n  %i\n  %a")
    ("j" "Journal" entry (file+datetree "~/.emacs.d/journal.org")
         "* %?%^g \nEntered on %U\n  %i\n")))

When I call the journal code I get no prompt and the output below

* %? 
Entered on [2011-04-20 Wed 06:59]

Any ideas? Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鸠书 2024-11-09 03:55:53

我(几乎)很抱歉地说它对我有用。也许您有旧版本的组织模式?我运行的是7.5。

来查找版本

您可以通过键入Mx org-version

。此外,您可能需要在 %? 之间有一个空格?和 %^g 为了方便起见。祝你好运。

I'm (almost) sorry to say that it works for me. Maybe you have an old version of Org Mode? I am running 7.5.

You can find the version by typing

M-x org-version

Additionally, you may want a space between the %? and the %^g for convenience. Good luck on making it work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文