wiki/.dir-locals.el

10 lines
480 B
EmacsLisp
Raw Normal View History

2021-04-19 14:50:59 +00:00
((org-mode .
((org-babel-default-header-args . ((:session . "none")
2021-04-22 04:31:24 +00:00
(:results . "replace output")
2021-04-19 14:50:59 +00:00
(:exports . "both")
2021-04-22 04:31:24 +00:00
(:cache . "no")
(:noweb . "yes")
2021-04-19 14:50:59 +00:00
(:tangle . "no")))
2021-04-20 09:01:30 +00:00
(org-babel-results-keyword . "results")
(org-export-with-toc . t))))