From 784b952818610257a118eb1dd4f84326850d8646 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 13 Feb 2013 11:38:00 +0100 Subject: [PATCH] Revert "org-exp.el (org-export-normalize-links): Don't match links within tags" This reverts commit 80cb1b0a09f53ae9a6dd37c7884ec6a26e29e12c. --- lisp/org-exp.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 5ccaec3e6..82b9003e4 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -2113,8 +2113,7 @@ Also, store forced alignment information found in such lines." (put-text-property (match-beginning 0) (match-end 0) 'org-normalized-link t)) (goto-char (point-min)) (while (re-search-forward re-plain-link nil t) - (unless (or (get-text-property (match-beginning 0) 'org-normalized-link) - (assoc :tags (org-context))) + (unless (get-text-property (match-beginning 0) 'org-normalized-link) (goto-char (1- (match-end 0))) (org-if-unprotected-at (1+ (match-beginning 0)) (let* ((s (concat (match-string 1)