Dear Max, thank you for the hint.
On 2022-02-25 23:02 Max Nikulin <maniku...@gmail.com> wrote: > Some users may consider a broken link as a fatal error. If you need > different behavior, you can get it. See info "(org) Export Settings" > https://orgmode.org/manual/Export-Settings.html for "broken-links". From the manual it is not clear for me how to set that option. In-buffer is not an option for me. I tried to set it like this (require 'ox-publish) (setq org-publish-project-alist '( ("org-notes" :base-directory "~/tab-cloud/my.org-roam/" :base-extension "org" :publishing-directory "~/tab-cloud/_transfer/html" :recursive t :publishing-function org-html-publish-to-html :headline-levels 4 ; Just the default for this project. :auto-preamble t ) ("org-static" :base-directory "~/tab-cloud/my.org-roam/" :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" :publishing-directory "~/tab-cloud/_transfer/html" :recursive t :publishing-function org-publish-attachment ) ("org" :components ("org-notes" "org-static") :broken-links "mark" ) ) ) But this has no effect. I also tried to "(setq org-export-with_broken-links t)". But the message keeps the same.