Fix LaTeX export of tags containing the character `#'
commit35a2ef34003f7eb4e39e45a36221d45ba2f4b464
authorCarsten Dominik <carsten.dominik@gmail.com>
Sun, 27 Mar 2011 07:04:09 +0000 (27 09:04 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Sun, 27 Mar 2011 07:04:09 +0000 (27 09:04 +0200)
treedd2beb823f899cebababf8ed8091f5a8ef29fc45
parent001346cbe7fb1824cd0d6fb84969f47778228cc8
Fix LaTeX export of tags containing the character `#'

* lisp/org-latex.el (org-export-latex-keywords-maybe): Protect # in tags.

The `#' is a special LaTeX character and needs to be protected.
lisp/org-latex.el