From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: \newpage in HTML export Date: Thu, 21 Nov 2013 08:08:01 +0530 Message-ID: <87wqk2lbsm.fsf@gmail.com> References: <20131120212002.GC5155@cardamom.adamsinfoserv.com> <20131120233629.GD19844@kuru.dyndns-at-home.com> <87r4aav9rd.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjKBH-0005V3-5M for emacs-orgmode@gnu.org; Wed, 20 Nov 2013 21:39:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjKBC-0003Vt-Gh for emacs-orgmode@gnu.org; Wed, 20 Nov 2013 21:39:47 -0500 Received: from mail-pb0-x22e.google.com ([2607:f8b0:400e:c01::22e]:44138) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjKBC-0003Vk-9D for emacs-orgmode@gnu.org; Wed, 20 Nov 2013 21:39:42 -0500 Received: by mail-pb0-f46.google.com with SMTP id md12so4413992pbc.19 for ; Wed, 20 Nov 2013 18:39:40 -0800 (PST) In-Reply-To: <87r4aav9rd.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Thu, 21 Nov 2013 08:11:50 +0700") 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 Eric Abrahamsen writes: > Emacs already has the concept of the page-delimiter (defaults to ^L), > for page-related commands. I once floated the idea of making a > page-break a full org element, that could be handled differently by > different backends. You are not alone. The ODT model would be to create a Paragraph style with page-break before or after. It is not a standalone element but a special type of paragraph. http://lists.gnu.org/archive/html/emacs-orgmode/2013-08/msg00568.html I have introduced #+PAGEBREAK and also #+ATTR_ODT: :style "whatever" for specifically this purpose. > I think I made it sound too complicated, though. It is difficult to argue with Nicolas. He has written down a list of things he want to accomplish somewhere. Unless your suggestion is a bug or contributes to his list, he is unlikely to consider it. > Anyway, that's still a possibility. Ok. Ok.