From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Krehel Subject: Bug: Regression in ox-texinfo export Date: Mon, 08 Feb 2016 12:08:30 +0100 Message-ID: <87io1zihn5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSjgK-0001t8-FF for emacs-orgmode@gnu.org; Mon, 08 Feb 2016 06:08:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSjgG-0007lw-BI for emacs-orgmode@gnu.org; Mon, 08 Feb 2016 06:08:36 -0500 Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]:36600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSjgG-0007lg-3E for emacs-orgmode@gnu.org; Mon, 08 Feb 2016 06:08:32 -0500 Received: by mail-wm0-x236.google.com with SMTP id p63so107985511wmp.1 for ; Mon, 08 Feb 2016 03:08:31 -0800 (PST) Received: from firefly ([91.219.111.102]) by smtp.gmail.com with ESMTPSA id m63sm12128728wmc.3.2016.02.08.03.08.30 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 08 Feb 2016 03:08:30 -0800 (PST) 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 At the current git master, the org source: #+BEGIN_TEXINFO @quotation Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,'' and with the Back-Cover Texts as in (a) below. A copy of the license is included in the section entitled ``GNU Free Documentation License.'' (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and modify this GNU manual.'' @end quotation #+END_TEXINFO results in the following .texi output: @TEXINFO @@quotation Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,'' and with the Back-Cover Texts as in (a) below. A copy of the license is included in the section entitled ``GNU Free Documentation License.'' (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and modify this GNU manual.'' @@end quotation @end TEXINFO This was done with `emacs -Q', no extra code except (require 'ox-texinfo). Note that the above org source works fine with the built-in Org-mode: @quotation Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,'' and with the Back-Cover Texts as in (a) below. A copy of the license is included in the section entitled ``GNU Free Documentation License.'' (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and modify this GNU manual.'' @end quotation @c Emacs 25.0.50.4 (Org mode 8.2.10) regards, Oleh