From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: org-export-babel-evaluate Date: Wed, 01 Jun 2011 19:11:09 -0600 Message-ID: <87r57drqaa.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41750) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRwRS-0006qo-St for emacs-orgmode@gnu.org; Wed, 01 Jun 2011 21:11:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRwRQ-0006Ja-V0 for emacs-orgmode@gnu.org; Wed, 01 Jun 2011 21:11:18 -0400 Received: from mail-px0-f179.google.com ([209.85.212.179]:41507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRwRQ-0006JK-Hy for emacs-orgmode@gnu.org; Wed, 01 Jun 2011 21:11:16 -0400 Received: by pxi2 with SMTP id 2so224754pxi.38 for ; Wed, 01 Jun 2011 18:11:15 -0700 (PDT) In-Reply-To: (skip's message of "Wed, 1 Jun 2011 10:43:23 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: skip Cc: emacs-orgmode@gnu.org skip writes: > Is there a buffer level header for (org-export-babel-evaluate nil)? > Something like > > #+BABEL: ??? > > I want to disable code eval for all src blocks in a single org file > that I'm working on now. I would still like to be able to manually C-c > C-c in some code blocks as needed. > > --Skip. > Hi Skip, Placing a line like the following at the top of your Org-mode file should do the trick. # -*- org-export-babel-evaluate: nil -*- Best -- Eric -- Eric Schulte http://cs.unm.edu/~eschulte/