From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: #+BEGIN_EXAMPLE not exporting to LaTeX Date: Sun, 14 Nov 2010 09:29:25 -1000 Message-ID: <673A543E-E2FF-47C4-B1AA-10E692995174@tsdye.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=48275 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHiH9-0006Fp-7D for emacs-orgmode@gnu.org; Sun, 14 Nov 2010 14:30:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PHiGY-0007JS-KJ for emacs-orgmode@gnu.org; Sun, 14 Nov 2010 14:30:06 -0500 Received: from oproxy3-pub.bluehost.com ([69.89.21.8]:49209) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PHiGY-0007IK-BV for emacs-orgmode@gnu.org; Sun, 14 Nov 2010 14:29:30 -0500 Received: from cpe-66-91-68-127.hawaii.res.rr.com ([66.91.68.127] helo=[192.168.1.4]) by box472.bluehost.com with esmtpa (Exim 4.69) (envelope-from ) id 1PHiGV-00050A-Jl for emacs-orgmode@gnu.org; Sun, 14 Nov 2010 12:29:28 -0700 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 Org mode mailing list 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? Thanks, Tom