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
      

Reply via email to