emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Stable 9.1.3 demands explicit empty string in (file) as capture target
@ 2017-11-16 22:13 Umbromancer
  2017-11-17 22:24 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Umbromancer @ 2017-11-16 22:13 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

This may be intended, but before it was possible (and there is a lot
of code and examples in the wild) to have a capture template element
such as:

(setq org-default-notes-file "~/Documents/orgfiles/inbox.org")

  (setq org-capture-templates
        '(("t" "Todo" entry (file)
           "* TODO %^{Brief description} %^g\n %u\n %?" :empty-lines 1)
   ...))


While with stable 9.1.3 an empty string must be explicitly passed in
(file "") if org-default-notes-file is to be used as the target.

Regards

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-18 11:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-16 22:13 Stable 9.1.3 demands explicit empty string in (file) as capture target Umbromancer
2017-11-17 22:24 ` Nicolas Goaziou
2017-11-18  9:42   ` Umbromancer
2017-11-18 11:57     ` Nicolas Goaziou

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).