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: Sat, 7 Oct 2017 11:11:39 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0l94-0005d4-3w for emacs-orgmode@gnu.org; Sat, 07 Oct 2017 05:11:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0l93-00089m-Bl for emacs-orgmode@gnu.org; Sat, 07 Oct 2017 05:11:42 -0400 Received: from mail-lf0-x232.google.com ([2a00:1450:4010:c07::232]:55217) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0l93-00089X-4C for emacs-orgmode@gnu.org; Sat, 07 Oct 2017 05:11:41 -0400 Received: by mail-lf0-x232.google.com with SMTP id d10so20278617lfg.11 for ; Sat, 07 Oct 2017 02:11:40 -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 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 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 ? Best regards, Pierre-Andre