Run babel commands in a persistent session
This commit is contained in:
parent
678c52909b
commit
2031e24dab
2
+org.el
2
+org.el
|
@ -29,7 +29,7 @@
|
||||||
;; Add timestamp to DONE task
|
;; Add timestamp to DONE task
|
||||||
(setq org-log-done 'time)
|
(setq org-log-done 'time)
|
||||||
;; Print babel results to the buffer and export them
|
;; 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"))
|
(:cache . "no") (:noweb . "no") (:hlines . "no") (:tangle . "no"))
|
||||||
org-babel-default-lob-header-args '((:exports . "both")))
|
org-babel-default-lob-header-args '((:exports . "both")))
|
||||||
;; Enter writeroom-mode in all org files
|
;; Enter writeroom-mode in all org files
|
||||||
|
|
Loading…
Reference in New Issue