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: Mon, 21 Feb 2011 12:48:31 -0700 Message-ID: <87k4gt4183.fsf@gmail.com> References: <874o7x5ms7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=54485 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrblP-0003e8-EA for emacs-orgmode@gnu.org; Mon, 21 Feb 2011 14:49:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrblO-0003f6-A2 for emacs-orgmode@gnu.org; Mon, 21 Feb 2011 14:49:43 -0500 Received: from mail-pw0-f41.google.com ([209.85.160.41]:64070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrblO-0003eY-1l for emacs-orgmode@gnu.org; Mon, 21 Feb 2011 14:49:42 -0500 Received: by pwi10 with SMTP id 10so540515pwi.0 for ; Mon, 21 Feb 2011 11:49:41 -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: [...] > > 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