emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-capture template; insert a Property named Category with autocompletion; How?
@ 2017-09-24 15:21 Physiculus
  0 siblings, 0 replies; only message in thread
From: Physiculus @ 2017-09-24 15:21 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-09-24 15:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-24 15:21 org-capture template; insert a Property named Category with autocompletion; How? Physiculus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).