From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: old to new converter transition Date: Thu, 07 Feb 2013 15:29:08 +0100 Message-ID: <87zjzgjiyz.fsf@gmail.com> References: <5113B982.8030105@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3SZt-00006r-CQ for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 09:36:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3SZn-00034o-Uv for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 09:35:53 -0500 Received: from mail-wg0-f47.google.com ([74.125.82.47]:45233) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3SZn-00033i-Lj for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 09:35:47 -0500 Received: by mail-wg0-f47.google.com with SMTP id dr13so2107325wgb.14 for ; Thu, 07 Feb 2013 06:35:46 -0800 (PST) In-Reply-To: <5113B982.8030105@gmail.com> (Rainer M. Krug's message of "Thu, 07 Feb 2013 15:26:10 +0100") 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: Rainer@krugs.de Cc: emacs-orgmode Hello, Rainer M Krug writes: > Some remarks and questions about transition to new exporter: > > 1) org-export-latex-listings -becomes-> org-latex-listings Correct. > 2) I have org-export-kill-product-buffer-when-displayed but can't find > org-kill-product-buffer-when-displayed - is it still needed? I have > the impression not? Is this true? Not needed anymore. At its core, the new export engine produces a string whereas the other one filled a buffer. So there's no buffer to kill once the export is over. Regards, -- Nicolas Goaziou