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

2016-06-11 Thread Charles Millar
Good morning, On 06/10/2016 05:49 PM, Nicolas Goaziou wrote: Hello, "Charles C. Berry" writes: Sounds good. Done. Thank you for the feedback. Thank you Nicolas and Chuck. Works for me, now. Charlie Millar

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

2016-06-10 Thread Nicolas Goaziou
Hello, "Charles C. Berry" writes: > Sounds good. Done. Thank you for the feedback. Regards, -- Nicolas Goaziou

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

2016-06-09 Thread Charles C. Berry
On Thu, 9 Jun 2016, Nicolas Goaziou wrote: Hello, "Charles C. Berry" 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.

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

2016-06-09 Thread Nicolas Goaziou
Hello, "Charles C. Berry" 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,

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

2016-06-08 Thread Charles C. Berry
Patch atteched. Replaced ']' with '{' in the regex `header' group. Comments? Chuck From 2a060d4ca51dabbc6931a1483ae6c0ac29e0586c Mon Sep 17 00:00:00 2001 From: Charles Berry Date: Wed, 8 Jun 2016 19:36:30 -0700 Subject: [PATCH] org-element-inline-src-block-parser fix