summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Kosorukoff <alex@3form.com>2014-05-23 21:50:24 +0200
committerBastien Guerry <bzg@altern.org>2014-05-23 21:50:24 +0200
commit942a95cd59c18eb3036d393e7759f86670cae507 (patch)
treeef2fed2feb2425601494e9238dfad4ef8a202240
parent567241e9863c0a745b4179f12524ff25536bd850 (diff)
downloadorg-mode-942a95cd59c18eb3036d393e7759f86670cae507.tar.gz
org-capture.el (org-capture-fill-template): Set `mark-active' to nil
* org-capture.el (org-capture-fill-template): Set `mark-active' to nil. TINYCHANGE
-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 11dae4e..d8617d1 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -1587,7 +1587,7 @@ The template may still contain \"%?\" for cursor positioning."
(insert template)
(goto-char (point-min))
(org-capture-steal-local-variables buffer)
- (setq buffer-file-name nil)
+ (setq buffer-file-name nil mark-active nil)
;; %[] Insert contents of a file.
(goto-char (point-min))