From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: File local variables Date: Fri, 12 Dec 2014 10:21:42 +0530 Message-ID: References: <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]:38747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzICr-0003xi-1a for emacs-orgmode@gnu.org; Thu, 11 Dec 2014 23:52:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzICj-0004W3-Hd for emacs-orgmode@gnu.org; Thu, 11 Dec 2014 23:51:56 -0500 Received: from mail-pd0-f179.google.com ([209.85.192.179]:61572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzICj-0004Vz-CB for emacs-orgmode@gnu.org; Thu, 11 Dec 2014 23:51:49 -0500 Received: by mail-pd0-f179.google.com with SMTP id fp1so6362679pdb.24 for ; Thu, 11 Dec 2014 20:51:48 -0800 (PST) Received: from [192.168.1.33] ([59.176.42.82]) by mx.google.com with ESMTPSA id xy3sm238483pbb.38.2014.12.11.20.51.47 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 11 Dec 2014 20:51:48 -0800 (PST) In-Reply-To: <087AD9C9-2531-4835-ABAC-4B4710B99596@agrarianresearch.org> 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: >=20 > ;; -*- mode: Org; org-export-babel-evaluate: nil; -*- >=20 > This is not working any more. Has something changed? >=20 > My org-version is: Org-mode version 8.3beta = (release_8.3beta-614-gc10ae1 @ /Users/vikas/.emacs.d/src/org-mode/lisp/) >=20 > Vikas I think this is a bug. Could somebody confirm. The following line shows up in the Latex export. ; -*- mode: org; org-export-babel-evaluate: nil -*- Vikas=