From ffefa9ed8626afd14de5df616075ccbbb805ce41 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 28 Feb 2013 00:29:24 +0100 Subject: [PATCH] org-capture.el (org-capture): Cosmetic fix * org-capture.el (org-capture): Cosmetic fix. --- 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 b0e69eaf6..30ff3dab9 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -608,7 +608,7 @@ of the day at point (if any) or the current HH:MM time." (error "Could not start the clock in this capture buffer"))) (if (org-capture-get :immediate-finish) - (org-capture-finalize nil))))))))) + (org-capture-finalize))))))))) (defun org-capture-get-template () "Get the template from a file or a function if necessary."