From 2c994218ea67ced426f03d0a851eeec81f112dbc Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 25 Mar 2013 23:49:39 +0100 Subject: [PATCH] org-capture.el (org-capture): Don't store multiple links over lines in the active region * org-capture.el (org-capture): Don't store multiple links over lines in the active region. Thanks to Matt Lundin for reporting this. --- 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 6a014b4b0..3eed9ca35 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -542,7 +542,7 @@ of the day at point (if any) or the current HH:MM time." (annotation (if (and (boundp 'org-capture-link-is-already-stored) org-capture-link-is-already-stored) (plist-get org-store-link-plist :annotation) - (ignore-errors (org-store-link nil)))) + (ignore-errors (org-store-link nil t)))) (entry (or org-capture-entry (org-capture-select-template keys))) initial) (setq initial (or org-capture-initial -- 2.11.4.GIT