Tweak comments relevant to setting Org options

This commit is contained in:
Gerard Vermeulen 2024-01-24 15:40:45 +01:00
parent 4b2abef0c6
commit 32a42853ab
1 changed files with 3 additions and 2 deletions

View File

@ -2325,14 +2325,15 @@ list detailing and motivating each listing:
(maxima . t)
(org . t)
(perl . t)
;; Beware: Python activation must not call still unbound functions.
;; Beware of circular Python dependencies.
(python . t)
;; (racket . ,(fboundp 'racket-mode))
(ruby . ,(fboundp 'ruby-mode))
;; MIT/GNU Scheme breaks Babel contrary to Guile, Chez and Chicken Scheme.
(scheme . ,(fboundp 'geiser-mode))
(shell . t))
org-export-backends '(ascii beamer html icalendar latex odt texinfo) ;; svg4css
;; Removal of `svg4css' from `org-export-backends' to silence warnings.
org-export-backends '(ascii beamer html icalendar latex odt texinfo)
org-file-apps '((auto-mode . emacs)
(directory . emacs)
("\\.mm\\'" . default)