org-capture.el (org-capture): Cosmetic fix

* org-capture.el (org-capture): Cosmetic fix.
This commit is contained in:
Bastien Guerry 2013-02-28 00:29:24 +01:00
parent f4fc83ec64
commit ffefa9ed86
1 changed files with 1 additions and 1 deletions

View File

@ -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."