emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] How about Org Mode invalid link handling strategy for exporting?


From: John Kitchin
Subject: Re: [O] How about Org Mode invalid link handling strategy for exporting?
Date: Wed, 02 Jan 2019 09:34:51 -0500
User-agent: mu4e 1.0; emacs 25.3.1

Can you (setq org-export-with-broken-links t) to address some of these?

It looks like (setq org-export-with-broken-links 'mark)

will change them to [BROKEN LINK: path].

According to the docs:

This option can also be set with the OPTIONS keyword, e.g.,
"broken-links:mark".

stardiviner <address@hidden> writes:

> When I use package "ox-epub" to export current Org buffer to EPUB file,
> it is based on "ox-html", I got some issues. One issue is about the
> external file resource link which can't add into EPUB, or internal link
> but invalid (I use narrow to subtree to debug Org buffer when using
> ox-epub, so some internal links to other headlines will be invalid).
>
> I hope Org Mode can enhance this invalid link handling strategy to not
> interrupt user exporting process. Just display warning to user. Or add
> an option to controlled by user?
>
> Because I'm exporting a big Clojure language reference to EPUB, so
> really hard to handling those invalid links.
>
> About the handling strategy, I have some ideas:
>
> - raise warning about invalid links no matter internal links or external
>   links.
>
> - don't interrupt process when meet invalid links.
>
> - keep link description part as link part. Replace the original link
>   part with an empty link.
>
> Do you any ideas?


--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]