From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Horn Subject: Re: [Bug] Abstract block prematurely ended by asterisk Date: Sun, 9 Jan 2011 09:57:13 -0500 Message-ID: References: <874o9iuyf9.wl%dmaus@ictsoc.de> <4D29A7D1.5010102@christianmoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=49220 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pbwi9-0004Tf-Dh for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 09:57:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pbwi7-000846-Nr for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 09:57:36 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:54943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pbwi7-00083t-CF for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 09:57:35 -0500 Received: by fxm12 with SMTP id 12so11656173fxm.0 for ; Sun, 09 Jan 2011 06:57:34 -0800 (PST) In-Reply-To: <4D29A7D1.5010102@christianmoe.com> 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: mail@christianmoe.com Cc: David Maus , Org-mode ml I can no longer reproduce this on my own system. Thanks for the follow up, everyone. I don't know what change fixed the issue between then and now, but I haven't worked on that project since I sent my original post. Thanks, again! On Sun, Jan 9, 2011 at 7:19 AM, Christian Moe wrote= : > On 1/9/11 12:08 PM, David Maus wrote: >> >> At Thu, 16 Dec 2010 02:51:32 -0500, >> Jeff Horn wrote: >>> >>> 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 > > I cannot confirm this. I get the expected output: > > \begin{ABSTRACT} > \textbf{Bold Text.} This is a sentence. > \end{ABSTRACT} > >>> >>> 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. > > Try it lower case: > #+begin_abstract > > Org isn't sensitive about case in special block types, but LaTeX is. > >>> >>> Using org-mode 7.4 in emacs 23.2. >> >> Where is the ABSTRACT block defined? =A0No such block seems to be known >> by Org 7.4 running with emacs -Q. > > Arbitrary block types are provided by org-special-blocks, a contrib (slat= ed > for inclusion into the next core Org, if I remember Bastien's announcemen= t > correctly). > > HTH, > Christian > --=20 Jeffrey Horn http://www.failuretorefrain.com/jeff/