Re: [BUG] Exporting to text fails when there are broken links

2024-04-24 Thread Ihor Radchenko
Pablo Aguado writes: > #+NAME: source-broken-links-mark > #+begin_src org > ,#+OPTIONS: broken-links:mark > > ,* Some title > > ... > 5. This [[{filename}test-nonexistent-file.org][link5]] is NOT exported > correctly to text. > #+end_src > > #+begin_src elisp :results output > (org-src-t

[BUG] Exporting to text fails when there are broken links

2024-04-23 Thread Pablo Aguado
Org mode version 9.6.15 * CURRENT BEHAVIOR Exporting to text fails when ~org-export-with-broken-links~ is set to ~mark~. [[help:org-export-with-broken-links]] The following are minimal examples using source blocks in org. I'm using an LLM-generated function to call ~org-export-string-as~, but