mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 01:57:54 +00:00
11 lines
532 B
EmacsLisp
11 lines
532 B
EmacsLisp
((org-mode .
|
|
((org-babel-default-header-args . ((:session . "none")
|
|
(:results . "output")
|
|
(:exports . "both")
|
|
(:cache . "yes")
|
|
(:noweb . "no")
|
|
(:hlines . "no")
|
|
(:tangle . "no")))
|
|
(org-babel-results-keyword . "results")
|
|
(org-export-with-toc . t))))
|