[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] set Babel default header argument don't eval when export seems does
From: |
stardiviner |
Subject: |
[O] set Babel default header argument don't eval when export seems does not work |
Date: |
Tue, 22 May 2018 11:51:01 +0800 |
User-agent: |
mu4e 1.1.0; emacs 27.0.50 |
I set Babel default header arguments to this:
,----
| (setq-default org-babel-default-header-args
| '((:session . "none")
| (:noweb . "no") (:hlines . "no")
| (:tangle . "no") (:comments . "links")
| (:cache . "yes")
| (:results . "replace")
| ;; for exporting
| (:eval . "never-export")
| (:exports . "both")
| ))
`----
When I export with org-publish, src blocks still evaluated. Seems `:eval
never-export` does not work?
--
[ stardiviner ] don't need to convince with trends.
Blog: https://stardiviner.github.io/
IRC(freenode): stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
- [O] set Babel default header argument don't eval when export seems does not work,
stardiviner <=