fix(front): ignore broken org links
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
org links are not the real links anyway, they will be handled by Markdown. Emacs should ignore them.
This commit is contained in:
parent
d274a0219c
commit
29b0f2ee59
@ -15,7 +15,8 @@
|
|||||||
|
|
||||||
(setq org-confirm-babel-evaluate nil
|
(setq org-confirm-babel-evaluate nil
|
||||||
org-html-validation-link nil
|
org-html-validation-link nil
|
||||||
make-backup-files nil)
|
make-backup-files nil
|
||||||
|
org-export-with-broken-links t)
|
||||||
|
|
||||||
(defvar project-root
|
(defvar project-root
|
||||||
(file-name-as-directory (expand-file-name "docs" default-directory)))
|
(file-name-as-directory (expand-file-name "docs" default-directory)))
|
||||||
|
Loading…
Reference in New Issue
Block a user