emacs-orgmode
[Top][All Lists]
Advanced

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

[BUG] Markdown export broken without toc and with broken links [9.6 (9.6


From: Janek F
Subject: [BUG] Markdown export broken without toc and with broken links [9.6 (9.6-??-e9da29b)]
Date: Wed, 20 Jul 2022 18:52:50 +0000

Hello,

With the following configuration (on top of vanilla Doom, but that doesn't seem 
to be related), when trying to export to Markdown an org-mode file with broken 
links, the export omits all content under headlines:

(setq org-export-with-toc nil
      org-export-with-broken-links 't)

For Example:

    Test [[id:broken]]
    * Headline
    This is not exported

exports to:

    Test

The position of the broken link does not matter, just that there is one.

Regards,
Janek



reply via email to

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