Re: [O] org-babel-insert-result doesn't comma escape properly

2019-08-22 Thread Nicolas Goaziou
Hello, "Berry, Charles" writes: > Here is an ECM: > > #+begin_src emacs-lisp :wrap example > "line 1 > ,* headline 2 > ,* headline 3 > ,* headline 4 > ,* headline 5 > " > #+end_src > > > With today's master, the last `headline' is not escaped in the example > block this produces when executed.

[O] org-babel-insert-result doesn't comma escape properly

2019-08-21 Thread Berry, Charles
Here is an ECM: #+begin_src emacs-lisp :wrap example "line 1 ,* headline 2 ,* headline 3 ,* headline 4 ,* headline 5 " #+end_src With today's master, the last `headline' is not escaped in the example block this produces when executed. It seems to me that dropping the let binding for `before-fi