From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: new exporter / org-element Date: Wed, 24 Oct 2012 22:39:22 +0200 Message-ID: <87ip9zmwp1.fsf@gmail.com> References: <87sj937lao.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR7nS-0005fu-Eo for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 16:43:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TR7nR-0007rc-3k for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 16:43:26 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:60031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR7nQ-0007rT-TW for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 16:43:25 -0400 Received: by mail-wi0-f169.google.com with SMTP id hq4so4408598wib.0 for ; Wed, 24 Oct 2012 13:43:23 -0700 (PDT) In-Reply-To: <87sj937lao.fsf@Rainer.invalid> (Achim Gratz's message of "Wed, 24 Oct 2012 20:54:39 +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: Achim Gratz Cc: emacs-orgmode@gnu.org Hello, Achim Gratz writes: > In the following Org snippet > > * Heading 1... * Footnotes... #+LATEX: \pagebreak[4] * Heading 2 > > 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? Regards, -- Nicolas Goaziou