diff --git a/+org.el b/+org.el index 56f423b..e86a01b 100644 --- a/+org.el +++ b/+org.el @@ -28,9 +28,10 @@ (org-super-agenda-mode)) ;; Add timestamp to DONE task (setq org-log-done 'time) -;; Print babel results to the buffer +;; Print babel results to the buffer and export them (setq org-babel-default-header-args '((:session . "none") (:results . "output") (:exports . "both") - (:cache . "no") (:noweb . "no") (:hlines . "no") (:tangle . "no"))) + (:cache . "no") (:noweb . "no") (:hlines . "no") (:tangle . "no")) + org-babel-default-lob-header-args '((:exports . "both"))) ;; Enter writeroom-mode in all org files (add-hook 'org-mode-hook 'global-writeroom-mode) ;; Respect LANGUAGE export variable