[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Misc. questions
From: |
Colin Baxter |
Subject: |
Re: [O] Misc. questions |
Date: |
Wed, 05 Oct 2016 11:22:28 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
On Tue, Oct 04 2016, John Hendy wrote:
> On Tue, Oct 4, 2016 at 2:02 PM, Peter Davis <address@hidden> wrote:
>> I apologize in advance for the flood of questions, but I'm using org in
>> new ways now for creating documentation, and running into a lot of
>> issues.
>>
>> 1) Is there a way to automatically say "yes" to all the "Evaluate code
>> block...?" questions when I export, so I don't have to keep typing "yes"
>> over and over again?
>
----------------- Snip lots -------------------
I prefer to put nil evaluate as local variables at the very end of your org
file:
# Local Variables:
# org-confirm-babel-evaluate: nil
# End: