emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Capture template expansion


From: Alexis Roda
Subject: [O] Capture template expansion
Date: Sun, 24 Aug 2014 19:41:05 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0

Hi all,
org newbie here, neither proficient with org nor english, please be patient.

I'm having a hard time figuring how to gather property values with completion from a capture template.

----------------8<-------------[ .emacs ]--------------------
  (setq org-capture-templates
      '(("t" "Todo" entry (file+headline "gtd.org" "Tasks")
         "* TODO %?
  :PROPERTIES:
  :TIPUS:     %^{TIPUS}p
  :END:
")))
----------------8<-------------------------------------------

----------------8<-------------[ gtd.org ]-------------------
#+PROPERTY: TIPUS_ALL foo bar

* Tasks
----------------8<-------------------------------------------

gtd.org defines the allowed values for TIPUS but M-x org-capture does not provides completion when evaluating %^{TIPUS}p. After expanding the template, C-c C-x p does provide completion.

That's intentional? a bug in my setup?



TIA



reply via email to

[Prev in Thread] Current Thread [Next in Thread]