diff --git a/ansible/roles/emacs/files/elisp/lang-org.el b/ansible/roles/emacs/files/elisp/lang-org.el index 6466935..65bd0c5 100644 --- a/ansible/roles/emacs/files/elisp/lang-org.el +++ b/ansible/roles/emacs/files/elisp/lang-org.el @@ -20,6 +20,9 @@ org-confirm-babel-evaluate nil ) + ;; Show the full source of org-mode links instead of condensing them. I.E. render "[[foo]]" instead of "foo" + (setq org-descriptive-links nil) + ;; Only interpret _ and ^ and sub and superscripts if they're of the form _{subscript} and ^{superscript} (setq org-export-with-sub-superscripts '{}) ;; Don't include a "validate" link at the bottom of html export