From 650a416935f1a47ca76586c23feb4b124dd1a0b2 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 13 May 2010 23:05:11 +0200 Subject: [PATCH] Define variable --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 06daa9c7e..0da5ba352 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -15552,7 +15552,7 @@ BEG and END default to the buffer boundaries." (let ((re (concat "\\[\\[\\(\\(file:\\)\\|\\([./~]\\)\\)\\([-+~./_0-9a-zA-Z]+" (substring (org-image-file-name-regexp) 0 -2) "\\)\\]" (if include-linked "" "\\]"))) - file ov img) + old file ov img) (while (re-search-forward re end t) (setq old (get-char-property-and-overlay (match-beginning 1) 'org-image-overlay))