From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oscar Carlsson Subject: Re: [Bug] Abstract block prematurely ended by asterisk Date: Thu, 16 Dec 2010 09:13:44 +0100 Message-ID: <8739py2kzr.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=56827 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PT8yS-0007ym-Ax for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 03:14:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PT8yQ-0007Pq-PE for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 03:14:03 -0500 Received: from lo.gmane.org ([80.91.229.12]:50812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PT8yQ-0007Pd-Ie for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 03:14:02 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PT8yK-0006Bl-Su for emacs-orgmode@gnu.org; Thu, 16 Dec 2010 09:13:56 +0100 Received: from b-76-108.eduroam.liu.se ([130.236.76.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 Dec 2010 09:13:56 +0100 Received: from oscar.carlsson by b-76-108.eduroam.liu.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 Dec 2010 09:13:56 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Jeff Horn 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