|
From: | Adam Porter |
Subject: | Re: [O] Trouble with capture template and prompt |
Date: | Mon, 12 Sep 2016 18:17:59 -0500 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Bart Bunting <address@hidden> writes: > The error that is shown in the messages buffer is: > > Template key: > Capture abort: (error Key sequence C-c ! starts with non-prefix key C-c) I think this means that you have tried to specify the capture template key incorrectly. It would be helpful if you could show us the elisp code that defines the template rather than the customize-option screen. :) e.g.: #+BEGIN_SRC elisp '(("a" "Appointment" entry (file+datetree+prompt (concat org-directory "/calendar.org") "Calendar") "* %^{Description} %T %^G\n\n%U %?" :clock-in t :clock-resume t) ("t" "Task" entry (file "") "* TODO %^{Description} %^G\n\n%U %?" :clock-in t :clock-resume t)) #+END_SRC
[Prev in Thread] | Current Thread | [Next in Thread] |