Prevent invisible characters in keywords
commit37d2a2d1cfa58c5334eec4f7fbabc4a2f313ab33
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 25 Feb 2015 23:21:53 +0000 (26 00:21 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 25 Feb 2015 23:21:53 +0000 (26 00:21 +0100)
tree421d9f60b442d440de3869a0d44f77fbe28a452c
parent50a0e712cceeef02c0d6a7c41b619b308ea1b15c
Prevent invisible characters in keywords

* lisp/org.el (org-fontify-meta-lines-and-blocks-1): Forbid invisible
  characters (e.g. bracket links) in all keywords but TITLE, DATE,
  AUTHOR, CAPTION and EMAIL.  Also remove back-end specific keywords,
  which are treated just like any other regular keyword.

Reported-by: Rasmus <rasmus@gmx.us>
<http://permalink.gmane.org/gmane.emacs.orgmode/95415>
lisp/org.el