diff --git a/+org.el b/+org.el index 595de53..f7d6273 100644 --- a/+org.el +++ b/+org.el @@ -29,7 +29,7 @@ ;; Add timestamp to DONE task (setq org-log-done 'time) ;; Print babel results to the buffer and export them -(setq org-babel-default-header-args '((:session . "none") (:results . "output") (:exports . "both") +(setq org-babel-default-header-args '((:session . "default") (:results . "output") (:exports . "both") (:cache . "no") (:noweb . "no") (:hlines . "no") (:tangle . "no")) org-babel-default-lob-header-args '((:exports . "both"))) ;; Enter writeroom-mode in all org files