feat: check for broken links on org-html export

This commit is contained in:
Swarsel 2024-08-11 01:20:29 +02:00
parent 7b22970507
commit 2a1cce0e68
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 2 additions and 2 deletions

View file

@ -10395,7 +10395,7 @@ It also offers a very useful utility of exporting org-mode buffers to different
(push '("conf-unix" . conf-unix) org-src-lang-modes)
(setq org-export-with-broken-links mark)
(setq org-export-with-broken-links 'mark)
#+end_src

View file

@ -950,7 +950,7 @@ create a new one."
(push '("conf-unix" . conf-unix) org-src-lang-modes)
(setq org-export-with-broken-links mark)
(setq org-export-with-broken-links 'mark)
(require 'org-tempo)
(add-to-list 'org-structure-template-alist '("sh" . "src shell"))