From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: generic page breaks for export? Date: Sun, 07 Apr 2013 13:24:33 +0200 Message-ID: <87txniy45q.fsf@gmail.com> References: <87hajjxdib.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOniE-0000rG-G0 for emacs-orgmode@gnu.org; Sun, 07 Apr 2013 07:24:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOniB-00011q-TE for emacs-orgmode@gnu.org; Sun, 07 Apr 2013 07:24:42 -0400 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:55417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOniB-00011e-N9 for emacs-orgmode@gnu.org; Sun, 07 Apr 2013 07:24:39 -0400 Received: by mail-wi0-f182.google.com with SMTP id hi18so1769824wib.9 for ; Sun, 07 Apr 2013 04:24:39 -0700 (PDT) In-Reply-To: <87hajjxdib.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Sun, 07 Apr 2013 10:47:56 +0800") 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: Eric Abrahamsen Cc: emacs-orgmode@gnu.org Hello, Eric Abrahamsen writes: > It seems like enough of org's export formats have the concept of page > breaks that a generic syntax might be warranted -- I'm finding myself > doing lots of exporting to multiple formats. What do people think of > that? Emacs already has a convention of using ascii 12 as a page > delimiter (though control characters in the buffer look ugly), or we > could introduce something like #+PAGEBREAK, or perhaps both. > > If this seems desirable, I'll take a stab at a patch. Thank you for the offer. Though, I don't think it's worth implementing it. For navigation, Org has better tools than page break jumping. So, it would only be related to export. Even in that case, adding a keyword (#+PAGEBREAK, but that would be some irregular syntax since there's no value attached) for such a simple thing is hardly a benefit: #+latex: \newline Sure, when exporting to multiple formats, it can save a line or two. Nothing earth-shaking here. Regards, -- Nicolas Goaziou