Sorry, forget to tell the usual things...
Org 9.1.1
Emacs 25.1
Win 8.1 64 bit.

Hello,
i created the following template to insert a TODO item with
inserting a Property named Category. Unfortunately i do not manage
it to use autocompletion.

here is the template:
("t" "ToDo" entry
      (file "~/org/Heldennotizen.org")
      "* TODO %? [/] %^G
:PROPERTIES:
:CATEGORY: %^{CATEGORY}p
:TAGS:
:ORDERED: t
:END:"))))

i read about using a using the variable org-global-properties for
this, but helm does not provide any autocompletion.
 
'(org-global-properties
(quote
(("CATEGORY" . "Garten")
("CATEGORY" . "Haus")
("CATEGORY" . "Ich")
("CATEGORY" . "Leben"))))

How could i configure it?

Best Regards
Physiculus


Reply via email to