emacs-orgmode
[Top][All Lists]
Advanced

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

[O] org-capture template; insert a Property named Category with autocomp


From: Physiculus
Subject: [O] org-capture template; insert a Property named Category with autocompletion; How?
Date: Sun, 24 Sep 2017 17:21:36 +0200

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

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