0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:37:52 +00:00

Fix regexp in export engine

This commit is contained in:
Carsten Dominik 2011-01-05 17:53:41 +01:00
parent ec97a121e5
commit 08755d7aa9

View file

@ -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))