Re: [O] Fontification for the inner bloc of two nested bloc

2017-10-11 Thread Nicolas Goaziou
Hello, Pierre-André Cornillon writes: > what is "the parser" exactly ? It is "org-element.el". >> Anyway The bug probably lies in `org-fontify-meta-lines-and-blocks-1'. >> Do you want to investigate? > > I agree that the regular search expression in the >

Re: [O] Fontification for the inner bloc of two nested bloc

2017-10-11 Thread Pierre-André Cornillon
Hello, On Tue, Oct 10, 2017 at 9:16 AM, Nicolas Goaziou wrote: > Hello, > > Pierre-André Cornillon writes: > >> Dear orgmode users/gurus, >> >> I have a question about fontification of inner src bloc. >> >> I have two nested blocks: one special

Re: [O] Fontification for the inner bloc of two nested bloc

2017-10-10 Thread Nicolas Goaziou
Hello, Pierre-André Cornillon writes: > Dear orgmode users/gurus, > > I have a question about fontification of inner src bloc. > > I have two nested blocks: one special (outer bloc) and one src (inner > bloc) like this > > #+begin_bloc20171001122500 > #+begin_src R >

[O] Fontification for the inner bloc of two nested bloc

2017-10-07 Thread Pierre-André Cornillon
Dear orgmode users/gurus, I have a question about fontification of inner src bloc. I have two nested blocks: one special (outer bloc) and one src (inner bloc) like this #+begin_bloc20171001122500 #+begin_src R blip <- runif(2) test <- rnorm(2) #+end_src #+end_bloc20171001122500 and I want

[O] Fontification for the inner bloc of two nested bloc

2017-10-05 Thread Pierre-André Cornillon
Dear org-mode users/gurus I have a question about fontification of inner src bloc. I have already submitted this question to the list a few days ago but it did not appear (and I suspect my mail account to be blacklisted) So I apologize first if this question is submitted another time to the

[O] Fontification for the inner bloc of two nested bloc

2017-10-01 Thread Pierre-Andre Cornillon
Hi, I have a question about fontification of inner src bloc. I have two nested blocks: one special (outer bloc) and one src (inner bloc) like this #+begin_bloc20171001122500 #+begin_src R :results value :session :exports both blip <- runif(2) test <- rnorm(2) #+end_src