From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: BUG in org-element-context Date: Sun, 09 Jun 2013 13:20:09 -0600 Message-ID: <87zjuzjdli.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UllAi-00030h-35 for emacs-orgmode@gnu.org; Sun, 09 Jun 2013 15:21:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UllAh-0002t3-76 for emacs-orgmode@gnu.org; Sun, 09 Jun 2013 15:21:00 -0400 Received: from mail-pb0-x229.google.com ([2607:f8b0:400e:c01::229]:46892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UllAh-0002sx-0e for emacs-orgmode@gnu.org; Sun, 09 Jun 2013 15:20:59 -0400 Received: by mail-pb0-f41.google.com with SMTP id rp16so2987067pbb.0 for ; Sun, 09 Jun 2013 12:20:58 -0700 (PDT) Received: from bagel (c-174-56-50-60.hsd1.nm.comcast.net. [174.56.50.60]) by mx.google.com with ESMTPSA id xd2sm12367888pac.15.2013.06.09.12.20.56 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 09 Jun 2013 12:20:57 -0700 (PDT) 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: Org Mode Mailing List 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)) Cheers, -- Eric Schulte http://cs.unm.edu/~eschulte