* BUG in org-element-context
@ 2013-06-09 19:20 Eric Schulte
2013-06-11 13:37 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Eric Schulte @ 2013-06-09 19:20 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: BUG in org-element-context
2013-06-09 19:20 BUG in org-element-context Eric Schulte
@ 2013-06-11 13:37 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2013-06-11 13:37 UTC (permalink / raw)
To: Eric Schulte; +Cc: Org Mode Mailing List
Hello,
Eric Schulte <schulte.eric@gmail.com> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-11 13:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-09 19:20 BUG in org-element-context Eric Schulte
2013-06-11 13:37 ` Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).