From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [patch][babel] Fix for bug in ob-emacs-lisp.el Date: Fri, 06 Jan 2012 00:29:14 -0700 Message-ID: <87fwft1e0f.fsf@gmx.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rj4JC-0002Zx-Im for emacs-orgmode@gnu.org; Fri, 06 Jan 2012 02:33:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rj4JB-0003NJ-B5 for emacs-orgmode@gnu.org; Fri, 06 Jan 2012 02:33:50 -0500 Received: from mailout-us.gmx.com ([74.208.5.67]:45942) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Rj4JB-0003MQ-4J for emacs-orgmode@gnu.org; Fri, 06 Jan 2012 02:33:49 -0500 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: Martyn Jago Cc: emacs-orgmode@gnu.org Martyn Jago writes: > A block with a comment on the final line of a source block currently > errors in an emacs-lisp block. > > This reduces down to the following at it's simplest: > > #+begin_src emacs-lisp > # > #+end_src > > Attached is a fix and regression tests > > Best, Martyn > Applied, thanks > > -- Eric Schulte http://cs.unm.edu/~eschulte/