From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: BUG in org-element-context Date: Tue, 11 Jun 2013 15:37:50 +0200 Message-ID: <87hah4ojip.fsf@gmail.com> References: <87zjuzjdli.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmOlp-0001kx-KZ for emacs-orgmode@gnu.org; Tue, 11 Jun 2013 09:37:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UmOll-0000Ut-20 for emacs-orgmode@gnu.org; Tue, 11 Jun 2013 09:37:57 -0400 Received: from mail-wg0-x232.google.com ([2a00:1450:400c:c00::232]:57257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmOlk-0000Ul-SD for emacs-orgmode@gnu.org; Tue, 11 Jun 2013 09:37:52 -0400 Received: by mail-wg0-f50.google.com with SMTP id k13so5965791wgh.29 for ; Tue, 11 Jun 2013 06:37:52 -0700 (PDT) In-Reply-To: <87zjuzjdli.fsf@gmail.com> (Eric Schulte's message of "Sun, 09 Jun 2013 13:20:09 -0600") 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: Eric Schulte Cc: Org Mode Mailing List Hello, Eric Schulte writes: > To demonstrate, run M-: (org-element-context) with the point at the > beginning of the following, and notice that the second ")" is not > included in the returned string. > > call_foo(bar=(+ 2 2)) Thanks for the report. Parser uses `org-babel-inline-lob-one-liner-regexp', which is unable to match this correctly. What do you suggest to use instead? Regards, -- Nicolas Goaziou