emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Capture template stopped working: nil


From: Florian Lindner
Subject: [O] Capture template stopped working: nil
Date: Sun, 25 Jun 2017 21:04:23 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]