From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Two questions about using a =#+begin_src emacs-lisp= block Date: Tue, 22 Feb 2011 09:54:01 -0700 Message-ID: <87aahodn7f.fsf@gmail.com> References: <874o7x5ms7.fsf@gmail.com> <87k4gt4183.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=48946 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrvVV-0008OM-PF for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 11:54:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrvVU-0001y1-Le for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 11:54:37 -0500 Received: from mail-gw0-f51.google.com ([74.125.83.51]:53735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrvVU-0001xo-JP for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 11:54:36 -0500 Received: by gwb15 with SMTP id 15so499879gwb.38 for ; Tue, 22 Feb 2011 08:54:35 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Chris Malone Cc: emacs-orgmode Chris Malone writes: > Hi Eric, > > I removed all the compiled elisp files, and the problem still persists. > Next step will be a completely fresh install from git; my current version is > up to date, but maybe there was some conflict that git didn't complain > about... > Before doing that could you re-send a minimal example with instruction for how to reproduce the problem, and I'll give it another shot. Thanks -- Eric > > Chris > > On Mon, Feb 21, 2011 at 2:48 PM, Eric Schulte wrote: > >> Chris Malone writes: >> [...] >> > >> > I added =(setq org-confirm-babel-evaluate nil)= to my =.emacs= file, and >> indeed I am not asked about evaluating the code block, but I'm still getting >> the invalid >> > syntax error when =org-babel-exp= is called the second time on the >> =emacs-lisp= code block.? I should mention that this is somewhere in the >> byte-code, as the error >> > is: >> > >> > byte-code: Invalid read syntax: "#" >> > >> > in the *Messages* buffer.? I still don't fully understand why it should >> be evaluating that code block twice. >> > >> >> Hmm, it may be worth cleaning out all compiled .elc files from within >> Org-mode, the calling org-reload, and see if the problem persists. >> >> Best -- Eric >> >> > >> > Chris >>