Fix tags looking like plain links
commit6e57a371ff92b47bb0876db853158c1e73d4d586
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 16 Jan 2016 13:50:25 +0000 (16 14:50 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 16 Jan 2016 13:50:25 +0000 (16 14:50 +0100)
tree6c4ee186aec97c13f50bd29160fa41921951def3
parent671ed99d23ac479b01e1ddf8ab2796d6b3601264
Fix tags looking like plain links

* lisp/org-element.el (org-element-context): Do not look for objects
  within TODO keyword, priority cookie, comment keyword or tags.
* lisp/org.el (org-activate-tags): Fix regexp.

* testing/lisp/test-org-element.el (test-org-element/context): Add test.

Reported-by: John Kitchin <jkitchin@andrew.cmu.edu>
lisp/org-element.el
lisp/org.el
testing/lisp/test-org-element.el