emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [PATCH} Re: inline code block problem; first attempt


From: Charles C. Berry
Subject: Re: [O] [PATCH} Re: inline code block problem; first attempt
Date: Thu, 9 Jun 2016 09:04:41 -0700
User-agent: Alpine 2.20 (OSX 67 2015-01-07)

On Thu, 9 Jun 2016, Nicolas Goaziou wrote:

Hello,

"Charles C. Berry" <address@hidden> writes:

Patch atteched.

Replaced ']' with '{' in the regex `header' group.

Comments?

Thank you for the patch. This is better than what we have now. However,
I don't think this is the way to go.

Forbidding "{" is already a minor annoyance, but porting the same logic
to `org-element-inline-babel-call-parser', which suffers from the same
bug, means forbidding "(" ; this is a major one.

I'd rather do the same as the body part and allow "[" (and "{"
obviously), as long as they are paired. This is less restrictive, IMO,
even acceptable in the case of "(".


Agreed.

I also started a fix along those lines yesterday but didn't get time to
finish it yet.

WDYT?

Sounds good.

Chuck



reply via email to

[Prev in Thread] Current Thread [Next in Thread]