From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Pierre=2DAndr=C3=A9_Cornillon?= Subject: Fontification for the inner bloc of two nested bloc Date: Thu, 5 Oct 2017 11:59:04 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a1140766c442163055ac9c657" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e02vs-0003op-1X for emacs-orgmode@gnu.org; Thu, 05 Oct 2017 05:59:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e02vr-0003n7-6k for emacs-orgmode@gnu.org; Thu, 05 Oct 2017 05:59:08 -0400 Received: from mail-lf0-x231.google.com ([2a00:1450:4010:c07::231]:48540) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e02vq-0003lX-Tm for emacs-orgmode@gnu.org; Thu, 05 Oct 2017 05:59:07 -0400 Received: by mail-lf0-x231.google.com with SMTP id q132so16332320lfe.5 for ; Thu, 05 Oct 2017 02:59:06 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org --001a1140766c442163055ac9c657 Content-Type: text/plain; charset="UTF-8" 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 list... 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 #+end_bloc20171001122500 and I want to have the native fontification property for the inner one. I have already (setq org-src-fontify-natively t) in my .emacs and it works like a charm for src blocks alone (not nested) but for nested ones it breaks. Is nested blocks are allowed and if so, is that possible to have that fontification property ? Thanks, Pierre-Andre --001a1140766c442163055ac9c657 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Dear org-mode users/gurus


I have a questio= n about fontification of inner src bloc. I have already submitted this ques= tion to the list a few days ago but it did not appear (and I suspect my mai= l account to be blacklisted) So I apologize first if this question is submi= tted another time to the list...

I have two nested blocks: one speci= al (outer bloc) and one src (inner
bloc) like this
#+begin_bloc201710= 01122500
#+begin_src R :results value :session :exports both
=C2=A0 = blip <- runif(2)
=C2=A0 test <- rnorm(2)
#+end_src
#+end_blo= c20171001122500
and I want to have the native fontification property for= the inner one.

I have already (setq org-src-fontify-natively t) in = my .emacs and it
works like a charm for src blocks alone (not nested) bu= t for nested
ones it breaks.

Is nested blocks are allowed and if = so, is that possible to have that
fontification property ?

Thanks= ,
Pierre-Andre
--001a1140766c442163055ac9c657--