1
0
Fork 0

fix(front): ignore broken org links
continuous-integration/drone/push Build is passing Details

org links are not the real links anyway, they will be handled by
Markdown.  Emacs should ignore them.
This commit is contained in:
Lucien Cartier-Tilet 2023-03-22 11:10:39 +01:00
parent d274a0219c
commit 29b0f2ee59
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@
(setq org-confirm-babel-evaluate nil
org-html-validation-link nil
make-backup-files nil)
make-backup-files nil
org-export-with-broken-links t)
(defvar project-root
(file-name-as-directory (expand-file-name "docs" default-directory)))