diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..29f2a7a --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,9 @@ +((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"))))