From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: new exporter / org-element Date: Thu, 25 Oct 2012 07:14:30 +0000 (UTC) Message-ID: References: <87sj937lao.fsf@Rainer.invalid> <87ip9zmwp1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRHeO-00058D-6C for emacs-orgmode@gnu.org; Thu, 25 Oct 2012 03:14:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRHeM-0004Sb-H9 for emacs-orgmode@gnu.org; Thu, 25 Oct 2012 03:14:44 -0400 Received: from plane.gmane.org ([80.91.229.3]:41065) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRHeM-0004SP-AN for emacs-orgmode@gnu.org; Thu, 25 Oct 2012 03:14:42 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TRHeR-0005tw-Ho for emacs-orgmode@gnu.org; Thu, 25 Oct 2012 09:14:47 +0200 Received: from 217.10.60.85 ([217.10.60.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Oct 2012 09:14:47 +0200 Received: from Stromeko by 217.10.60.85 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Oct 2012 09:14:47 +0200 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 Nicolas Goaziou gmail.com> writes: > > the pagebreak does not get exported to LaTeX since the Footnotes section > > will not be exported and the pagebreak is interpreted as being part of > > that section. It would be nice if there was a way to "bind" it to the > > following heading or alternatively move it past the heading but have it > > export before. Is that possible already or can it be implemented? > > Can't you move footnotes section at the end of your document instead? Yes, that's exactly the workaround I used. But I think that there may be a general need to be able to wrap some code around an element on exporting (let's say, putting a table or section into a minipage) or prefix the export with something (like the pagebreak example) and have that code properly be part of the element. Note that we already have that functionality, sort of, for the title element of the export. Regards, Achim.