[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Feature request: Allow export to convert broken links to plain text
From: |
Ihor Radchenko |
Subject: |
Re: Feature request: Allow export to convert broken links to plain text |
Date: |
Mon, 17 Apr 2023 13:56:02 +0000 |
Janek Fischer <janek.fischer@protonmail.com> writes:
> I am looking for exactly the feature in
> https://lists.gnu.org/r/emacs-orgmode/2019-01/msg00203.html:
> I have a note with many links, but would like to export that note as landing
> page as text stripped of links.
>
> Has there been any progress in the last 4 years on this,
> or any hint on how to get this now?
For example, you can make all the code throwing 'org-link-broken return
a list of (PATH LINK) instead of just PATH. Then, `org-export-data' and
`org-export-with-broken-links' may be modified to optionally do
something with the LINK object itself.
Patches welcome!
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>