all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Philipp Stephani <p.stephani2@gmail.com>
Cc: 54092@debbugs.gnu.org
Subject: bug#54092: 29.0.50; Org Export ignores subscript/superscript setting in node names
Date: Mon, 21 Feb 2022 21:42:08 +0200	[thread overview]
Message-ID: <83zgmkt3an.fsf@gnu.org> (raw)
In-Reply-To: <wvr4wnho3v8i.fsf@gmail.com> (message from Philipp Stephani on Mon, 21 Feb 2022 19:55:25 +0100)

> From: Philipp Stephani <p.stephani2@gmail.com>
> Date: Mon, 21 Feb 2022 19:55:25 +0100
> 
> 
> Create an Org file like this:
> 
> $ cat /tmp/test.org 
> #+OPTIONS: ^:{}
> 
> * aaa_bbb
> :PROPERTIES:
> :ALT_TITLE: ccc_ddd
> :END:
> 
> eee_fff
> 
> Visit it in Emacs, enabling Texinfo export:
> 
> $ emacs -Q -l org -l ox -l ox-texinfo /tmp/test.org
> 
> Export the file to a Texinfo file using C-c C-e i t.
> The resulting Texinfo file will contain:
> 
> 
> @menu
> * ccc@math{_ddd}::
> @end menu
> 
> @node ccc@math{_ddd}
> @chapter aaa_bbb
> 
> eee_fff
> 
> 
> Note that despite the ^:{} option, the node name (but nothing else)
> still (incorrectly) uses a subscript for "ddd".  My suspicion is that
> this is due to the use of `org-element-parse-secondary-string' in
> `org-export-get-alt-title'; that seems to ignore the export options.

Shouldn't this be reported to the Org bug address instead?





      reply	other threads:[~2022-02-21 19:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-21 18:55 bug#54092: 29.0.50; Org Export ignores subscript/superscript setting in node names Philipp Stephani
2022-02-21 19:42 ` Eli Zaretskii [this message]

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

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

  git send-email \
    --in-reply-to=83zgmkt3an.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=54092@debbugs.gnu.org \
    --cc=p.stephani2@gmail.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.