diff --git a/SwarselSystems.org b/SwarselSystems.org index 89e52f9..32f070c 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -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 diff --git a/programs/emacs/init.el b/programs/emacs/init.el index 2e4cb07..84184c5 100644 --- a/programs/emacs/init.el +++ b/programs/emacs/init.el @@ -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"))