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