mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-02-07 09:18:59 +00:00
10 lines
497 B
EmacsLisp
10 lines
497 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"))))
|