From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Beck Subject: Re: Ignoring empty subtrees/new exporter Date: Sun, 06 Jan 2013 22:54:16 +0100 Message-ID: <50E9F288.1050904@miszellen.de> References: <50E880A8.4080003@miszellen.de> <877gnq622s.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TryAj-00083p-Ua for emacs-orgmode@gnu.org; Sun, 06 Jan 2013 16:54:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TryAh-0004z8-QN for emacs-orgmode@gnu.org; Sun, 06 Jan 2013 16:54:25 -0500 Received: from mo6-p04-ob.rzone.de ([2a01:238:20a:202:5304::1]:61462) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TryAh-0004yt-K4 for emacs-orgmode@gnu.org; Sun, 06 Jan 2013 16:54:23 -0500 In-Reply-To: <877gnq622s.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode On 01/06/2013 11:24 AM, Nicolas Goaziou wrote: > The global idea is correct, but I find that the implementation is too > low level. It also taints original e-latex back-end. > > I suggest the following instead: Thanks a lot! A derived backend seems like a good idea. Unfortunatly, the function org-export-with-backend isn't in the latest org-plus-contrib package (20121231). I'll try it then.