From: Ihor Radchenko <yantar92@gmail.com> To: Max Nikulin <manikulin@gmail.com> Cc: "Dr. Arne Babenhauserheide" <arne_bab@web.de>, emacs-orgmode@gnu.org Subject: Re: [BUG] Exporting italic link with bang inside to html fails to parse the link [9.5.2 (N/A @ /gnu/store/89yvbijwnvsbpa5h33mvbgh1gy9w30n2-emacs-org-9.5.2/share/emacs/site-lisp/org-9.5.2/)] Date: Sat, 30 Apr 2022 20:34:02 +0800 [thread overview] Message-ID: <8735hu92dh.fsf@localhost> (raw) In-Reply-To: <956f9324-a8ea-4766-b0fd-e4dcd364edd7@gmail.com> Max Nikulin <manikulin@gmail.com> writes: >> Confirmed. > > Nicolas clearly expressed that it is a feature of the Org parser though. > > Moreover, this is a duplicate of another item already tracked on > updates.orgmode.org: > > 2021-09-03 5:17 Dr. Arne Babenhauserheide Bug: PDF Export of Link fails > https://list.orgmode.org/87pmtqp79s.fsf@web.de/T/#u > > The following markup should be used instead: > > /Foo/ [[https://taz.de/!5843294/][/link with a bang/]] > ... >> I consider the above to be at least a bug in org-insert-link. > > Timothy suggested to fix `org-insert-link' somehow in than thread. Yeah. I recall a number of bug report related to this behaviour. Though I wanted to focus on org-insert-link here. We can expect users to change the markup if they type a problematic link manually, but not when specialised functions like org-insert-link are used. In this scenario, org-insert-link should take care about not messing up the existing markup. >> To force Org mode not treat internal /! as italics ending, you can >> insert a zero-width space before "/": <zero width space>/! > > Unfortunately It requires an additional export filter to remove zero > width spaces. Yeah. Right. It should even be an easy patch, which would be welcome :) > P.S. Actually I like behavior of pandoc > > printf '%s' '/Foo [[https://taz.de/!5843294/][link with a bang]]/' | > pandoc -f org -t html > > <p><em>Foo <a href="https://taz.de/!5843294/">link with a > bang</a></em></p> I also like such behaviour, but it would require multi-pass parsing or parser tree branching. Nicolas opposed it. Best, Ihor
next prev parent reply other threads:[~2022-04-30 12:35 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-04-05 10:18 Dr. Arne Babenhauserheide 2022-04-30 9:37 ` Ihor Radchenko 2022-04-30 11:47 ` Max Nikulin 2022-04-30 12:34 ` Ihor Radchenko [this message] 2022-04-30 14:25 ` Max Nikulin 2022-05-01 3:27 ` Ihor Radchenko 2022-05-02 12:32 ` Max Nikulin
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=8735hu92dh.fsf@localhost \ --to=yantar92@gmail.com \ --cc=arne_bab@web.de \ --cc=emacs-orgmode@gnu.org \ --cc=manikulin@gmail.com \ --subject='Re: [BUG] Exporting italic link with bang inside to html fails to parse the link [9.5.2 (N/A @ /gnu/store/89yvbijwnvsbpa5h33mvbgh1gy9w30n2-emacs-org-9.5.2/share/emacs/site-lisp/org-9.5.2/)]' \ /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
Code repositories for project(s) associated with this 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).