emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: disable automatic source block evaluation but allow ma


From: Eric Schulte
Subject: Re: [Orgmode] Re: disable automatic source block evaluation but allow manual
Date: Thu, 16 Dec 2010 07:16:03 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Rainer M Krug <address@hidden> writes:

>
> I guess one possibility would be to have a header argument
> (update-results-when-exporting) which, if set, would update all results
> in the org buffer and export then.
>

This can also be accomplished using an export hook.  e.g.

(add-hook 'org-export-first-hook 'org-babel-execute-buffer)

Best -- Eric



reply via email to

[Prev in Thread] Current Thread [Next in Thread]