From mboxrd@z Thu Jan 1 00:00:00 1970 From: skip Subject: org-export-babel-evaluate Date: Wed, 1 Jun 2011 10:43:23 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRuiD-0004D4-Qf for emacs-orgmode@gnu.org; Wed, 01 Jun 2011 19:20:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRuiC-0001q8-As for emacs-orgmode@gnu.org; Wed, 01 Jun 2011 19:20:29 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:63536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRpSK-0003bA-B0 for emacs-orgmode@gnu.org; Wed, 01 Jun 2011 13:43:44 -0400 Received: by iwg8 with SMTP id 8so55262iwg.0 for ; Wed, 01 Jun 2011 10:43:43 -0700 (PDT) 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: emacs-orgmode@gnu.org 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.