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