* [BUG] formatting at edges of link
@ 2022-07-04 0:41 Tor Kringeland
2022-07-04 1:08 ` Ihor Radchenko
0 siblings, 1 reply; 4+ messages in thread
From: Tor Kringeland @ 2022-07-04 0:41 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
For example
[[normal /italic/ normal]]
formats correctly as a link, but
[[/italic/]]
doesn't format to italic. A workaround is to write
/[[italic]]/
but sometimes the formatting is part of my link names, so it's a bit
annoying to reformat to get correct formatting.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [BUG] formatting at edges of link
2022-07-04 0:41 [BUG] formatting at edges of link Tor Kringeland
@ 2022-07-04 1:08 ` Ihor Radchenko
2022-07-04 13:58 ` Tor Kringeland
0 siblings, 1 reply; 4+ messages in thread
From: Ihor Radchenko @ 2022-07-04 1:08 UTC (permalink / raw)
To: Tor Kringeland; +Cc: emacs-orgmode@gnu.org
Tor Kringeland <tor.kringeland@ntnu.no> writes:
> For example
>
> [[normal /italic/ normal]]
>
> formats correctly as a link, but
>
> [[/italic/]]
>
> doesn't format to italic. A workaround is to write
>
> /[[italic]]/
>
> but sometimes the formatting is part of my link names, so it's a bit
> annoying to reformat to get correct formatting.
All the examples above are not valid links.
Note that Org link consist of link itself and a description:
[[link][description]].
Formatting links is meaningless. The fact that they are sometimes
formatted is simply a limitation of our current fontification engine (it
will be changed in future).
Descriptions will be correctly formatted.
[[https://orgmode.org][/italic/]] should work just fine.
Best,
Ihor
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-07-07 9:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-04 0:41 [BUG] formatting at edges of link Tor Kringeland
2022-07-04 1:08 ` Ihor Radchenko
2022-07-04 13:58 ` Tor Kringeland
2022-07-07 9:36 ` Ihor Radchenko
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).