mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: check for broken links on org-html export
This commit is contained in:
parent
7b22970507
commit
2a1cce0e68
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue