remove org-format-latex-options in org-settings to not overwrite custom.el setting

This commit is contained in:
2022-01-07 14:46:23 +01:00
parent 428d2b71c7
commit a549600e72
2 changed files with 10 additions and 17 deletions

View File

@@ -261,14 +261,7 @@ Example defines
(setq org-pretty-entities-include-sub-superscripts t) ;; if `org-pretty-entities' is active include also sub-superscripts.
(setq org-image-actual-width '(600)) ;; image width displayed in org
(setq org-startup-with-latex-preview t) ;; #+STARTUP: latexpreview|nolatexpreview
(setq org-format-latex-options ;; `org-preview-latex-process-alist' `org-preview-latex-default-process' scale better with this variable
'(:foreground default
:background default
:scale 1.0 ;; scale inside org, change it better in custom.el
:html-foreground "Black"
:html-background "Transparent"
:html-scale 1.0
:matchers ("begin" "$1" "$" "$$" "\\(" "\\[")))
;; scale of latex image preview via `org-format-latex-options'. setting this here will overwrite settings in custom.el. see also `org-preview-latex-process-alist' and `org-preview-latex-default-process'
(setq org-tag-persistent-alist '(("ignore" . ?i) ("noexport" . ?n)))
;; todo see also org-todo-keyword-faces and org-superstar-todo-bullet-alist
(setq org-todo-keywords ;; (x!) record a time stamp, (x@) add a note (with time), (y/z) entering the state / leaving the state