From 942a95cd59c18eb3036d393e7759f86670cae507 Mon Sep 17 00:00:00 2001 From: Alex Kosorukoff Date: Fri, 23 May 2014 21:50:24 +0200 Subject: [PATCH] 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 --- lisp/org-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 11dae4e10..d8617d171 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)) -- 2.11.4.GIT