org-exp.el (org-export-normalize-links): Don't match links within tags
commit80cb1b0a09f53ae9a6dd37c7884ec6a26e29e12c
authorBastien Guerry <bzg@altern.org>
Mon, 4 Feb 2013 21:14:52 +0000 (4 22:14 +0100)
committerBastien Guerry <bzg@altern.org>
Mon, 4 Feb 2013 21:14:52 +0000 (4 22:14 +0100)
tree7ef05d679e90faa203697fea9d813dc28c413647
parent592dc2ee7e4c80b9b61efb77117c8dc22d6cefd1
org-exp.el (org-export-normalize-links): Don't match links within tags

* org-exp.el (org-export-normalize-links): Don't match links
within tags.

A headline with tags like :info:test: would not be exported correctly
because info:test is first matched and normalized as a link.
lisp/org-exp.el