summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-02-28 00:29:24 +0100
committerBastien Guerry <bzg@altern.org>2013-02-28 00:29:24 +0100
commitffefa9ed8626afd14de5df616075ccbbb805ce41 (patch)
tree25d7c616d0ca721550078469ddd7941f24dafa26
parentf4fc83ec642cae8a844d12f2a9049e4567bc29fd (diff)
downloadorg-mode-ffefa9ed8626afd14de5df616075ccbbb805ce41.tar.gz
org-capture.el (org-capture): Cosmetic fix
* org-capture.el (org-capture): Cosmetic fix.
-rw-r--r--lisp/org-capture.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index b0e69ea..30ff3da 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."