From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Lines above header Date: Tue, 21 Jan 2014 09:14:35 +0100 Message-ID: <874n4x3g5w.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5WU6-00089m-R8 for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 03:15:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5WTz-0006dp-Hq for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 03:14:58 -0500 Received: from plane.gmane.org ([80.91.229.3]:43874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5WTz-0006dh-B2 for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 03:14:51 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W5WTx-0007Bq-0H for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 09:14:49 +0100 Received: from genepi110.genepi.med.uni-goettingen.de ([134.76.140.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jan 2014 09:14:49 +0100 Received: from andreas.leha by genepi110.genepi.med.uni-goettingen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jan 2014 09:14:49 +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: emacs-orgmode@gnu.org Hi all, There are situation where some lines that belong to a header are *above* this header. A simple example is the following, where the \cleardoublepage belongs to the 'Figures' header: --8<---------------cut here---------------start------------->8--- * Introduction Bla * Methods Blup #+LaTeX: \cleardoublepage * Figures --8<---------------cut here---------------end--------------->8--- Is there any support for anchoring that text to the header? In the example, it is just inconvenient, that the \cleardoublepage 'belongs' to 'Methods'. If, for instance, I add another section 'Conclusions' between 'Methods' and 'Figures' using C-RET, I will get this: --8<---------------cut here---------------start------------->8--- * Introduction Bla * Methods Blup #+LaTeX: \cleardoublepage * Conclusions * Figures --8<---------------cut here---------------end--------------->8--- Which is undesired and which I will have to correct. (And I will fail to correct that most times...) So, is there any 'pre-header' facility, that I am unaware of? Regards, Andreas