From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Patch to LaTeX Export verbatim Date: Thu, 18 Jun 2009 10:21:04 +0200 Message-ID: References: <9ABF835C-5E1E-49F8-ABF1-FC6ACEE50437@gmail.com> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHCsD-0005og-Kv for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 04:21:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHCs8-0005kD-BO for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 04:21:27 -0400 Received: from [199.232.76.173] (port=51480 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHCs6-0005jo-3h for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 04:21:22 -0400 Received: from mail-ew0-f210.google.com ([209.85.219.210]:45770) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHCs5-0002kw-Oh for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 04:21:21 -0400 Received: by mail-ew0-f210.google.com with SMTP id 6so1196813ewy.42 for ; Thu, 18 Jun 2009 01:21:21 -0700 (PDT) In-Reply-To: <9ABF835C-5E1E-49F8-ABF1-FC6ACEE50437@gmail.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: Ed Hirgelt Cc: emacs-orgmode emacs-orgmode , Carsten Dominik Applied, with the following changes: The variable has been renamed to org-export-latex-verbatim-wrap and its definition has been moved to org-latex.el. The value of the variable must be a cons cell, not a list (just because this is how Org usually works for options like this, not because it is truly better). Thanks. - Carsten On Jun 17, 2009, at 8:23 PM, Ed Hirgelt wrote: > I use memoir with LaTeX and like the boxedverbatim environment. And > I often > need to wrap that in a mini page to keep it all together. So I put > this > hack together to generalize the way that source is exported to LaTeX. > > Hope you can incorporate it. It is against the latest org-exp.el > from git. > > Thanks, > Ed Hirgelt > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode