From 1b262c9fc06a21cf9dc5bf121de8240b42499e0e Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 13 May 2011 14:49:27 +0200 Subject: [PATCH] Fix bug in capture customization setup. * lisp/org-capture.el (org-capture-templates): Fix bug in customization setup. Patch by Giovanni Ridolfi TINYCHANGE --- lisp/org-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 3327080ea..0af452950 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -322,7 +322,7 @@ calendar | %:type %:date" ((const :format "%v " :immediate-finish) (const t)) ((const :format "%v " :empty-lines) (const 1)) ((const :format "%v " :clock-in) (const t)) - ((const :format "%v " :clock-keep) (const nil)) + ((const :format "%v " :clock-keep) (const t)) ((const :format "%v " :clock-resume) (const t)) ((const :format "%v " :unnarrowed) (const t)) ((const :format "%v " :kill-buffer) (const t))))))))