Export org babel results with pandoc
This commit is contained in:
parent
0a2980db32
commit
46f629b479
5
+org.el
5
+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
|
||||
|
|
Loading…
Reference in New Issue