emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Oleh Krehel <ohwoeowho@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Bug: Regression in ox-texinfo export
Date: Mon, 08 Feb 2016 12:08:30 +0100	[thread overview]
Message-ID: <87io1zihn5.fsf@gmail.com> (raw)


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

             reply	other threads:[~2016-02-08 11:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-08 11:08 Oleh Krehel [this message]
2016-02-08 13:23 ` Bug: Regression in ox-texinfo export Kaushal Modi
2016-02-08 13:42   ` Oleh Krehel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87io1zihn5.fsf@gmail.com \
    --to=ohwoeowho@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).