* [BUG] Markdown export broken without toc and with broken links [9.6 (9.6-??-e9da29b)]
@ 2022-07-20 18:52 Janek F
2022-07-23 6:23 ` Ihor Radchenko
0 siblings, 1 reply; 2+ messages in thread
From: Janek F @ 2022-07-20 18:52 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [BUG] Markdown export broken without toc and with broken links [9.6 (9.6-??-e9da29b)]
2022-07-20 18:52 [BUG] Markdown export broken without toc and with broken links [9.6 (9.6-??-e9da29b)] Janek F
@ 2022-07-23 6:23 ` Ihor Radchenko
0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2022-07-23 6:23 UTC (permalink / raw)
To: Janek F; +Cc: emacs-orgmode@gnu.org
Janek F <xerusx@pm.me> writes:
> 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.
Fixed on bugfix via 14532ec6a.
Thanks for reporting!
Best,
Ihor
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-23 6:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-20 18:52 [BUG] Markdown export broken without toc and with broken links [9.6 (9.6-??-e9da29b)] Janek F
2022-07-23 6:23 ` Ihor Radchenko
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).