mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Add Org mode export backends and texlive dependency
This commit is contained in:
@@ -116,6 +116,7 @@ profile_packages:
|
||||
- rsync
|
||||
- shotwell
|
||||
- terminus-font
|
||||
- texlive
|
||||
- Thunar
|
||||
- thunar-archive-plugin
|
||||
- thunar-volman
|
||||
|
||||
@@ -10,7 +10,13 @@
|
||||
org-indent-mode t
|
||||
org-return-follows-link t
|
||||
org-startup-folded 'content
|
||||
org-todo-keywords '((sequence "🆕(t)" "▶️(s)" "⏳(w)" "🔎(p)" "|" "✅(d)" "🗑(c)" "👨(g)")))
|
||||
org-todo-keywords '((sequence "🆕(t)" "▶️(s)" "⏳(w)" "🔎(p)" "|" "✅(d)" "🗑(c)" "👨(g)"))
|
||||
org-export-backends '(html latex odt markdown ascii icalendar)
|
||||
org-latex-pdf-process '("pdflatex -interaction nonstopmode %f"
|
||||
"pdflatex -interaction nonstopmode %f")
|
||||
org-latex-default-class "article"
|
||||
org-html-doctype "html5"
|
||||
org-html-html5-fancy t)
|
||||
:config
|
||||
(add-hook 'org-mode-hook 'org-indent-mode))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user