Hi Vikas, 2014ko abenudak 11an, Vikas Rawal-ek idatzi zuen: > >> 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 > > I think this is a bug. Could somebody confirm.
I can’t confirm, in the sense that including that line in a file sets the buffer-local value of org-export-babel-evaluate to nil. If that variable isn’t having the effect of suppressing evaluation, that sounds like a bug, but it’s not clear that that is what is going on. Can you send an ECM? > > The following line shows up in the Latex export. > > ; -*- 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. -- Aaron Ecay