emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Bug: org-capture fails if org-capture-templates contains only


From: Holger Arnold
Subject: [Orgmode] Bug: org-capture fails if org-capture-templates contains only one template [7.4]
Date: Sat, 18 Dec 2010 12:35:49 +0100
User-agent: KMail/1.13.5 (Linux/2.6.36.2-4-default; KDE/4.4.4; i686; ; )

Hello,

if `org-capture-templates' contains only one template, then `org-capture' 
fails with the following message: "org-capture-set-target-location: Wrong type 
argument: stringp, nil".

This happens independently of whether `org-capture-templates' has been set 
through the customization interface or by hand.  To reproduce it, try

  (setq org-capture-templates
        '(("t" "Todo" entry (file+headline "~/personal/todo.org" "Todo")
           "* TODO %?")))

Emacs  : GNU Emacs 23.2.1 (i586-suse-linux-gnu, GTK+ Version 2.20.1)
 of 2010-12-13 on build12
Package: Org-mode version 7.4


Holger



reply via email to

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