mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: increase TOC level to 6
This commit is contained in:
parent
3d77386894
commit
1df42bb708
3 changed files with 977 additions and 513 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#+PROPERTY: header-args:emacs-lisp :tangle programs/emacs/init.el :mkdirp yes
|
||||
#+PROPERTY: header-args:nix :mkdirp yes
|
||||
#+EXPORT_FILE_NAME: index.html
|
||||
#+OPTIONS: toc:6
|
||||
#+macro: revision-date (eval (format-time-string "%F %T %z"))
|
||||
#+macro: count-words (eval (count-words (point-min) (point-max)))
|
||||
#+macro: count-lines (eval (count-lines (point-min) (point-max)))
|
||||
|
|
@ -11212,6 +11213,7 @@ This part of the configuration mostly makes some aesthetic changes, enables neat
|
|||
;; (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" "$" "$$" "\\(" "\\[")))
|
||||
|
||||
|
|
|
|||
1487
index.html
1487
index.html
File diff suppressed because it is too large
Load diff
|
|
@ -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" "$" "$$" "\\(" "\\[")))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue