[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [BUG] in LaTeX export
From: |
Thomas Holst |
Subject: |
[O] [BUG] in LaTeX export |
Date: |
Tue, 15 Mar 2011 12:13:25 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt) |
Hello,
while exporting an org-file to LaTeX I stumbled across a minor bug with
emphasis and underscores.
Minimal org-file:
#+begin_src org
#+OPTIONS: ^:{}
* Emphasis Test
_abc /_abc/ *_abc* /a_bc/ *a_bc*
#+end_src
leads to the following LaTeX code:
#+begin_src
\_{}abc \emph{_abc} \textbf{_abc} \emph{a\_{}bc} \textbf{a\_{}bc}
#+end_src
So emphasised text strings starting with an underscore are not exported
correctly and confuse LaTeX.
emacs 23.2 on WinXP, org-mode version 7.5 (release_7.5.34.g54c51)
(localy patched Makefile and org-git-link.el)
Best regards
Thomas
P.S. org-mode is a superb piece of software and really makes my life
a lot easier. Thanks to all of you!
- [O] [BUG] in LaTeX export,
Thomas Holst <=