diff --git a/settings/org-settings.el b/settings/org-settings.el index 6727365e..9ef4ddb3 100644 --- a/settings/org-settings.el +++ b/settings/org-settings.el @@ -261,7 +261,9 @@ 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 - ;; 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' + ;; 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', `org-preview-latex-default-process' and `org-format-latex-header' using `org-latex-default-packages-alist' and `org-latex-packages-alist' + (add-to-list 'org-latex-default-packages-alist '("" "eurosym" t) t)) ;; add \euro{} (also to latex snippets) (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