[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: [Bug] Abstract block prematurely ended by asterisk
From: |
Oscar Carlsson |
Subject: |
[Orgmode] Re: [Bug] Abstract block prematurely ended by asterisk |
Date: |
Thu, 16 Dec 2010 09:13:44 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Jeff Horn <address@hidden> 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