chore: increase TOC level to 6

This commit is contained in:
Swarsel 2024-12-11 01:45:42 +01:00
parent 3d77386894
commit 1df42bb708
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 977 additions and 513 deletions

View file

@ -891,6 +891,7 @@ create a new one."
;; (setq org-log-done 'time)
;; (setq org-log-into-drawer t)
(setq org-startup-with-inline-images t)
(setq org-export-headline-levels 6)
(setq org-image-actual-width nil)
(setq org-format-latex-options '(:foreground "White" :background default :scale 2.0 :html-foreground "Black" :html-background "Transparent" :html-scale 1.0 :matchers ("begin" "$1" "$" "$$" "\\(" "\\[")))