From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Fwd: Export to Texinfo Date: Fri, 03 Aug 2012 10:41:00 +0200 Message-ID: <87a9yccqqr.fsf@gmail.com> References: <87y5meaib9.fsf@gmail.com> <87a9yupn0c.fsf@gmail.com> <871ujppaty.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxDUw-0001JZ-1g for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 04:44:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxDUs-0002DK-Q6 for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 04:44:41 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:60524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxDUs-0002DB-JD for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 04:44:38 -0400 Received: by wgbez12 with SMTP id ez12so254337wgb.30 for ; Fri, 03 Aug 2012 01:44:37 -0700 (PDT) In-Reply-To: (Jonathan Leech-Pepin's message of "Thu, 2 Aug 2012 18:24:23 -0400") 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: Jonathan Leech-Pepin Cc: Org Mode Mailing List Hello, Jonathan Leech-Pepin writes: > Nested lists do work with only a small issue I can see at the moment, > if there are no blank lines between the items in org there are none in > the info file either, however there are 2 blank lines at the end of > the nested list (end of nested list+end of parent item). By default, Org export preserves the number of blank lines during conversion. If no blank line separates two elements in the Org buffer, no blank line will separate their transcoded version. You can change this by using filters. For example "md" back-end enforces at least one blank line between elements (see `org-md-separate-elements') and "e-ascii" back-end normalizes the number of blank lines after an headline (see `org-e-ascii-filter-headline-blank-lines'). Filters are installed by :filters-alist keyword in `org-export-define-backend' and `org-export-define-derived-backend'. > When I export the attached .org file the only difference I get from > your .texi is the AUTHOR and the chapter/sections are numbered rather > than unnumbered (and the level 4 headline is an enumerate rather than > an itemize). Ideally, for "listified" headlines, list type (ordered or not) should be determined by `org-export-numbered-headline-p' predicate. Regards, -- Nicolas Goaziou