From: Florian Lindner <mailinglists@xgm.de>
To: emacs-orgmode@gnu.org
Subject: Capture template stopped working: nil
Date: Sun, 25 Jun 2017 21:04:23 +0200 [thread overview]
Message-ID: <7d3e8e78-24ff-f8ba-8931-38014f109b66@xgm.de> (raw)
Hello,
since recently, one of my capture templates stopped working. Message is:
Template key:
org-capture: Capture template ‘j’: nil
and:
- %?
is added to journal.org. I have also tried some other template text like "foo" (without any keys), but the message is the same.
value of org-capture-templates is:
(("t" "Todo" entry
(file+headline "" "Tasks")
"* TODO %?\n%t\n%i")
("q" "Question" entry
(file+headline "" "Questions")
"* %?\n%t\n%i")
("c" "Code Question" entry
(file+headline "" "Code Questions")
"* %?\n%t %F\n%i")
("j" "Journal" item
(file+datetree
(concat org-directory "/journal.org"))
"%?\n%i" :kill-buffer t)
("m" "Mail" entry
(file+headline "" "Mail")
"* TODO %? %a\nSCHEDULED: %(org-insert-time-stamp (org-read-date nil t \"+0d\"))\nFrom: %:from")
("h" "CSC Todo" entry
(file+headline "~/Dropbox/CSC/CSC.org" "TODOs")
"* TODO %?\n%t\n%i"))
All templates are working just fine, only the Journal one not.
Org mode version 9.0.9 (9.0.9-elpa @ /home/florian/.emacs.d/elpa/org-20170622/)
Any idea anyone?
Thanks!
Florian
next reply other threads:[~2017-06-25 19:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-25 19:04 Florian Lindner [this message]
2017-06-25 19:09 ` Capture template stopped working: nil Nicolas Goaziou
2017-06-25 19:23 ` Florian Lindner
2017-06-30 10:20 ` Florian Lindner
2017-06-30 11:13 ` Alan Schmitt
2017-06-30 12:39 ` Nicolas Goaziou
2017-06-25 19:44 ` Bastien
2017-06-25 20:24 ` Nicolas Goaziou
2017-06-25 21:25 ` Bastien Guerry
2017-06-25 21:38 ` Nicolas Goaziou
2017-06-30 12:23 ` Bastien
2017-07-01 9:03 ` Nicolas Goaziou
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7d3e8e78-24ff-f8ba-8931-38014f109b66@xgm.de \
--to=mailinglists@xgm.de \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.