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
This commit is contained in:
Alex Kosorukoff 2014-05-23 21:50:24 +02:00 committed by Bastien Guerry
parent 567241e986
commit 942a95cd59
1 changed files with 1 additions and 1 deletions

View File

@ -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))