From 4184699910809b534fa7a58ac79cda3ac6237383 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 26 Mar 2013 14:16:56 +0100 Subject: [PATCH] Revert "org-capture.el (org-capture): Don't store multiple links over lines in the active region" This reverts commit 2c994218ea67ced426f03d0a851eeec81f112dbc. --- 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 3eed9ca35..6a014b4b0 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 t)))) + (ignore-errors (org-store-link nil)))) (entry (or org-capture-entry (org-capture-select-template keys))) initial) (setq initial (or org-capture-initial -- 2.11.4.GIT