summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-09-10 09:39:50 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-09-10 09:39:50 +0200
commit3ab1afd0ea3fdc5e8cd33826c14a15d8e4c630df (patch)
tree5ac0885d18809f6c9cdc4db7391116f5afc5577b
parent007bbddbccfd06ab9c97d51bf833a068cb1b07a2 (diff)
parent2dfbafa4a9159f30e2e2b68bdf4193719cc371e9 (diff)
downloadorg-mode-3ab1afd0ea3fdc5e8cd33826c14a15d8e4c630df.tar.gz
Merge branch 'maint'
-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 cd1944d..2ddb9c5 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -1097,7 +1097,7 @@ may have been stored before."
(defun org-capture-place-entry ()
"Place the template as a new Org entry."
(let ((reversed? (org-capture-get :prepend))
- level)
+ (level 1))
(when (org-capture-get :exact-position)
(goto-char (org-capture-get :exact-position)))
(cond