On Fri, 1 Jul 2016, Christian Heinrich wrote:
Hello,
I built org-mode from the master branch. I set org-export-babel-
evaluate to nil in my init.el as my org-files contain lots of src-
blocks that take ages to execute.
I realized that since commit ec615b192d703a0201ceefd46897e4636ff00a38,
the export behavior has changed. Since then, the ":exports" seems to
get ignored if said variable is set to nil and always exports the code
as well, even when ":exports" is set to "results". If org-export-babel-
evaluate is set to true, everything works fine.
Is this a bug or is there a new way to prevent org-mode from executing
my blocks before the export?
Not `a new way', but use `:eval never-export'. Probably you want to set
this as a buffer-wide property or even system-wide.
See
(info "(org) eval")
(info "(org) Header arguments in Org mode properties")
(info "(org) System-wide header arguments")
Chuck