From mboxrd@z Thu Jan 1 00:00:00 1970 From: Physiculus Subject: org-capture template; insert a Property named Category with autocompletion; How? Date: Sun, 24 Sep 2017 17:21:36 +0200 Message-ID: <20170924172136.0000764a@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dw8j4-0006Ft-2F for emacs-orgmode@gnu.org; Sun, 24 Sep 2017 11:21:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dw8j3-0002ei-8o for emacs-orgmode@gnu.org; Sun, 24 Sep 2017 11:21:46 -0400 Received: from mail-wr0-x244.google.com ([2a00:1450:400c:c0c::244]:38686) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dw8j3-0002e2-23 for emacs-orgmode@gnu.org; Sun, 24 Sep 2017 11:21:45 -0400 Received: by mail-wr0-x244.google.com with SMTP id p37so3161801wrb.5 for ; Sun, 24 Sep 2017 08:21:43 -0700 (PDT) Received: from localhost ([2a02:8108:2fbf:f4f4:f4c0:bc12:3718:6280]) by smtp.gmail.com with ESMTPSA id y23sm1250300wrd.57.2017.09.24.08.21.41 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 24 Sep 2017 08:21:42 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org 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