Change "\" and "~" syntax to symbol
commit955d9d8a78b82fa038ef9fd32ec185bda8ef9658
authorNicolas Goaziou <n.goaziou@gmail.com>
Sun, 23 Mar 2014 10:23:08 +0000 (23 11:23 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Mon, 24 Mar 2014 13:13:24 +0000 (24 14:13 +0100)
tree00137cc084b66826d0f53781d0390ecf6aa1ddbd
parent33dce5b98feeb0140ef9fe8e55389ad3e1d772cb
Change "\" and "~" syntax to symbol

* lisp/org.el (org-mode): Change "\" and "~" characters syntax from
  `punctuation' to `symbol' so they are on par with other characters used
  in Org syntax (e.g., "/", "*"...).

This change is needed to correctly find radio links starting with an
entity:

  <<<\alpha-test>>> \alpha-test
lisp/org.el