+2013-03-08 Bastien Guerry <bzg@gnu.org>
+
+ * org-exp.el (org-export-normalize-links): Fix critical bug: do
+ not rely on `org-context' to guess where to prevent links
+ normalization.
+
2013-02-28 Achim Gratz <Stromeko@Stromeko.DE>
* org.el (org-org-menu): Use correct key "C-u C-c C-x !" to do
(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)