Jeff Horn <jrhorn...@gmail.com> writes: > Title says it all. The following code does not export correctly. > (Reproduced from memory can anyone else confirm?) > > #+BEGIN_ABSTRACT > *Bold Text.* This is a sentence. > #+END_ABSTRACT > > The LaTeX code produced is (in full) > > #+BEGIN_SRC latex > \begin{ABSTRACT} > *Bold > #+END_SRC > > Note the lack of a closing environment and the truncated content. I > remember pdflatex complaining that "ABSTRACT" is an invalid > environment, but don't recall whether that was related to the asterisk > issue. > > Using org-mode 7.4 in emacs 23.2. > > Jeff
I'm using 6.33x, but I can partly reproduce it when exporting to LaTeX (HTML works, tho): #+BEGIN_SRC latex \textbf{Bold Text.\} This is a sentence. #+END_SRC I guess I should upgrade... Oscar _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode