From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: #+BEGIN_EXAMPLE not exporting to LaTeX Date: Sun, 14 Nov 2010 14:46:02 -0500 Message-ID: <17868.1289763962@gamaville.dokosmarshall.org> References: <673A543E-E2FF-47C4-B1AA-10E692995174@tsdye.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=59302 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHiWj-0007EQ-EJ for emacs-orgmode@gnu.org; Sun, 14 Nov 2010 14:46:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PHiWf-0001t3-Db for emacs-orgmode@gnu.org; Sun, 14 Nov 2010 14:46:13 -0500 Received: from vms173001pub.verizon.net ([206.46.173.1]:34115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PHiWf-0001sz-9D for emacs-orgmode@gnu.org; Sun, 14 Nov 2010 14:46:09 -0500 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LBW00EAF48RNV90@vms173001.mailsrvcs.net> for emacs-orgmode@gnu.org; Sun, 14 Nov 2010 13:46:03 -0600 (CST) In-reply-to: Message from "Thomas S. Dye" of "Sun, 14 Nov 2010 09:29:25 -1000." <673A543E-E2FF-47C4-B1AA-10E692995174@tsdye.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: "Thomas S. Dye" Cc: nicholas.dokos@hp.com, Emacs Org mode mailing list Thomas S. Dye wrote: > Aloha all, > > The LaTeX exporter passes over #+BEGIN_EXAMPLE blocks. In the > following example, "Absent" does not make it into the .tex file, but > "Present" does. I'm expecting the #+BEGIN_EXAMPLE block to appear in > the .tex file wrapped in a verbatim environment. > > ----------- cut here ------------ > * Export LaTeX examples > #+BEGIN_EXAMPLE > Absent > #+END_EXAMPLE > > : Present > ----------- cut here ------------ > > I'm using Org-mode version 7.3 (release_7.3.69.ga3e99) with many > customizations of the LaTeX exporter in my .emacs. I'm wondering if > I've done something wrong, or if others are seeing this behavior? > I'm not seeing this behavior: both "Absent" and "Present" are present in my case. GNU Emacs 23.2.50.1 (i686-pc-linux-gnu, GTK+ Version 2.14.4) of 2010-10-27 Org-mode version 7.3 (release_7.3.65.gc2a36.dirty) HTH, Nick