From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: File local variables Date: Fri, 12 Dec 2014 00:01:09 -0500 Message-ID: <87y4qd31ii.fsf@gmail.com> References: <087AD9C9-2531-4835-ABAC-4B4710B99596@agrarianresearch.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzILy-0007JZ-6D for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 00:01:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzILo-0007bp-6x for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 00:01:22 -0500 Received: from mail-qa0-x236.google.com ([2607:f8b0:400d:c00::236]:41485) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzILo-0007bf-3q for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 00:01:12 -0500 Received: by mail-qa0-f54.google.com with SMTP id i13so4750412qae.27 for ; Thu, 11 Dec 2014 21:01:11 -0800 (PST) In-Reply-To: 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: Vikas Rawal , org-mode mailing list Hi Vikas, 2014ko abenudak 11an, Vikas Rawal-ek idatzi zuen: >=20 >> 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 >=20 > I think this is a bug. Could somebody confirm. I can=E2=80=99t confirm, in the sense that including that line in a file se= ts the buffer-local value of org-export-babel-evaluate to nil. If that variable isn=E2=80=99t having the effect of suppressing evaluation,= that sounds like a bug, but it=E2=80=99s not clear that that is what is going on. Can you send an ECM? >=20 > The following line shows up in the Latex export. >=20 > ; -*- mode: org; org-export-babel-evaluate: nil -*- That is because ; is the comment syntax for (e)lisp. You probably want to begin the line with # instead. --=20 Aaron Ecay