all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [BUG] exporting links with underscores
@ 2022-12-16 22:32 Leo Butler
  2022-12-17  4:08 ` Mike Gauland
  2022-12-17  9:59 ` Ihor Radchenko
  0 siblings, 2 replies; 4+ messages in thread
From: Leo Butler @ 2022-12-16 22:32 UTC (permalink / raw)
  To: Org Mode Mailing List

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

Org version is 9.5.2; emacs version is 27.1.

The manual does not indicate that underscores need to be escaped in
links (and they can't be, as far as I can tell). The latex and html
exporters interpret them as the start of a subscript.

Leo


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: underscore.org --]
[-- Type: text/org-mode; name="underscore.org", Size: 487 bytes --]

#+AUTHOR: Leo Butler
#+TITLE: Bug in processing underscores in links
#+OPTIONS: toc:nil num:nil

* Description

The link =[[mailto:ex_ample@ex.com][ex_ample]]= is expected to export
to =\href{mailto:ex_ample@ex.com}{ex_ample}= but instead, we get
[[mailto:ex_ample@ex.com][ex_ample]] exports to (in latex): =\href{mailto:ex\_ample@ex.com}{ex\textsubscript{ample}}=

Note that a similar issue is seen with the HTML export.

* Reproduction

Export this file: =C-c C-e l p=.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-18 16:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-16 22:32 [BUG] exporting links with underscores Leo Butler
2022-12-17  4:08 ` Mike Gauland
2022-12-18 16:09   ` Leo Butler
2022-12-17  9:59 ` Ihor Radchenko

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.