From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: File local variables Date: Mon, 8 Dec 2014 15:33:06 +0530 Message-ID: <087AD9C9-2531-4835-ABAC-4B4710B99596@agrarianresearch.org> Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxvA1-00044h-RK for emacs-orgmode@gnu.org; Mon, 08 Dec 2014 05:03:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xxv9u-00043P-BJ for emacs-orgmode@gnu.org; Mon, 08 Dec 2014 05:03:21 -0500 Received: from mail-pd0-f171.google.com ([209.85.192.171]:64762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xxv9u-00043F-5o for emacs-orgmode@gnu.org; Mon, 08 Dec 2014 05:03:14 -0500 Received: by mail-pd0-f171.google.com with SMTP id y13so4887241pdi.16 for ; Mon, 08 Dec 2014 02:03:12 -0800 (PST) Received: from [192.168.1.33] ([59.176.42.82]) by mx.google.com with ESMTPSA id fv4sm35812732pbd.47.2014.12.08.02.03.10 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 08 Dec 2014 02:03:11 -0800 (PST) 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: org-mode mailing list I used to disable evaluation of source code when exporting by using the = following as the first line: ;; -*- mode: Org; org-export-babel-evaluate: nil; -*- This is not working any more. Has something changed? My org-version is: Org-mode version 8.3beta (release_8.3beta-614-gc10ae1 = @ /Users/vikas/.emacs.d/src/org-mode/lisp/) Vikas=