From: Bart Bunting <bart@bunting.net.au>
To: Adam Porter <adam@alphapapa.net>, emacs-orgmode@gnu.org
Subject: Re: Trouble with capture template and prompt
Date: Wed, 14 Sep 2016 06:00:41 +1000 [thread overview]
Message-ID: <m2fup3in86.fsf@ursys.com.au> (raw)
In-Reply-To: <87lgywwvvc.fsf@alphapapa.net>
Adam,
Here it is from .customize.
Several of the entries I do not use but thought I should include the
entire variable.
'(org-capture-templates
(quote
(("t" "todo" entry
(file "~/.org/refile.org")
"* TODO %^{Todo}
%u
%a
%?" :clock-in t :clock-resume t)
("r" "respond" entry
(file "~/.org/refile.org")
"* NEXT Respond to %:from on %:subject
SCHEDULED: %t
%U
%a
" :immediate-finish t :clock-in t :clock-resume t)
("n" "note" entry
(file "~/.org/refile.org")
"* %? :NOTE:
%U
%a
" :clock-in t :clock-resume t)
("j" "Journal" entry
(file+datetree "~/.org/diary.org")
"* %?
%U
" :clock-in t :clock-resume t)
("w" "org-protocol" entry
(file "~/.org/refile.org")
"* TODO Review %c
%U
" :immediate-finish t)
("m" "Meeting" entry
(file "~/.org/refile.org")
"* MEETING with %? :MEETING:
%U" :clock-in t :clock-resume t)
("p" "password" entry
(file "~/filing/p/passwords.gpg")
"* %^{Title}
%^{USERNAME}p %^{PASSWORD}p")
("P" "Phone call" entry
(file "~/.org/refile.org")
"* PHONE %? :PHONE:
%U" :clock-in t :clock-resume t)
("h" "Habit" entry
(file "~/.org/refile.org")
"* NEXT %?
%U
%a
SCHEDULED: %(format-time-string \"<%Y-%m-%d %a .+1d/3d>\")
:PROPERTIES:
:STYLE: habit
:REPEAT_TO_STATE: NEXT
:END:
"))))
Kind regards
Adam Porter <adam@alphapapa.net> writes:
> Bart Bunting <bart@bunting.net.au> 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
>
>
Bart
--
Bart Bunting
next prev parent reply other threads:[~2016-09-13 20:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-12 13:32 Trouble with capture template and prompt Bart Bunting
2016-09-12 23:17 ` Adam Porter
2016-09-13 20:00 ` Bart Bunting [this message]
2016-09-14 4:47 ` Adam Porter
2016-09-14 12:17 ` Bart Bunting
2016-09-14 13:48 ` Nick Dokos
2016-09-15 16:57 ` Adam Porter
-- strict thread matches above, loose matches on Subject: below --
2016-09-06 10:20 Bart Bunting
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2fup3in86.fsf@ursys.com.au \
--to=bart@bunting.net.au \
--cc=adam@alphapapa.net \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).