From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Two ox-texinfo regressions Date: Tue, 25 Jul 2017 20:45:39 +0200 Message-ID: <87tw20mk30.fsf@nicolasgoaziou.fr> References: <87a83sxxm0.fsf@bernoul.li> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1da4q2-000453-KO for emacs-orgmode@gnu.org; Tue, 25 Jul 2017 14:45:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1da4pz-0007uE-Ei for emacs-orgmode@gnu.org; Tue, 25 Jul 2017 14:45:46 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:44271) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1da4pz-0007sT-0q for emacs-orgmode@gnu.org; Tue, 25 Jul 2017 14:45:43 -0400 In-Reply-To: <87a83sxxm0.fsf@bernoul.li> (Jonas Bernoulli's message of "Tue, 25 Jul 2017 18:57:59 +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" To: Jonas Bernoulli Cc: emacs-org list Hello, Jonas Bernoulli writes: > 1) Starting with "1b415735e ox-texinfo: Small menu refactoring" > a menu contains not only entries for subnodes but recursively > for all subsub...nodes. > > That's because `org-element-map' is no longer called with `headline' > as NO-RECURSION. > > You can use this trivial source to veryify this: > > .--- > |* a > |** b > |*** c > `--- Fixed. > 2) There no longer is an empty line between headings and content in > texi files. I am not sure what commit introduced that regression. > > You can use this trivial source to veryify this: > > .--- > |* title > | > |content > `--- Fixed. Thank you. Regards, -- Nicolas Goaziou