Hello,

stardiviner <numbch...@gmail.com> writes:

> 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?

This is rather vague. 

Could you send an ECM demonstrating the issue? Also, did you try with
regular export? Did you try with synchronous publishing?

Regards,

-- 
Nicolas Goaziou

Reply via email to