From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Bach Subject: #+begin_src LaTeX blocks export to literal LaTeX Date: Sun, 06 Nov 2011 19:34:11 +0100 Message-ID: <4eb6d278.0447df0a.4949.ffff92ed@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RN7V6-00067p-B8 for emacs-orgmode@gnu.org; Sun, 06 Nov 2011 13:31:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RN7V5-0000Gp-4c for emacs-orgmode@gnu.org; Sun, 06 Nov 2011 13:31:24 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:36776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RN7V5-0000GV-04 for emacs-orgmode@gnu.org; Sun, 06 Nov 2011 13:31:23 -0500 Received: by faaf16 with SMTP id f16so5703632faa.0 for ; Sun, 06 Nov 2011 10:31:21 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Dear org-mode community, I am configuring my LaTeX export setup and found LaTeX src blocks very nice for the font lock they provide and the possibility of having AUCTeX activated for that block by =C-c '=. However, org's LaTeX exporter puts them into a \verbatim environment by default in the resulting LaTeX file. I looked into the documentation whether some src flags could accomplish this and found none. I see that an option `:exports literal' would be rather too much, since it probably only really makes any sense for this specific use case. But it would be nice nonetheless... Did I make myself clear? Or is there a better approach to this? Thanks in advance! Michael