From 08755d7aa9486411ffa36122867c967a16aab696 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Wed, 5 Jan 2011 17:53:41 +0100 Subject: [PATCH] Fix regexp in export engine --- lisp/org-exp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 4d2e1454a..3d466faf1 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -1860,7 +1860,7 @@ Also, store forcedalignment information found in such lines." (goto-char (point-min)) (while (re-search-forward re-plain-link nil t) (unless (org-string-match-p - "\\[\\[\\S+:\\S-*?\\<" + "\\[\\[\\S-+:\\S-*?\\<" (buffer-substring (point-at-bol) (match-beginning 0))) (goto-char (1- (match-end 0))) (org-if-unprotected-at (1+ (match-beginning 0))