From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre-Andre Cornillon Subject: Fontification for the inner bloc of two nested bloc Date: Sun, 1 Oct 2017 16:36:09 +0200 Message-ID: <20171001163609.6243b8f1@uc7427.mass.uhb.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dyfMJ-00053N-WC for emacs-orgmode@gnu.org; Sun, 01 Oct 2017 10:36:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dyfMG-0002xo-TJ for emacs-orgmode@gnu.org; Sun, 01 Oct 2017 10:36:44 -0400 Received: from smtpoutz299.laposte.net ([178.22.154.199]:39633 helo=smtpoutz2.laposte.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dyfMG-0002ei-Jf for emacs-orgmode@gnu.org; Sun, 01 Oct 2017 10:36:40 -0400 Received: from smtpoutz2.laposte.net (localhost [127.0.0.1]) by lpn-prd-vrout011 (Postfix) with ESMTP id 251B252A958 for ; Sun, 1 Oct 2017 16:36:13 +0200 (CEST) Received: from smtpoutz2.laposte.net (localhost [127.0.0.1]) by lpn-prd-vrout011 (Postfix) with ESMTP id 169FF52BBDF for ; Sun, 1 Oct 2017 16:36:13 +0200 (CEST) Received: from lpn-prd-vrin002 (lpn-prd-vrin002.laposte [10.128.63.3]) by lpn-prd-vrout011 (Postfix) with ESMTP id 0DF8F52A958 for ; Sun, 1 Oct 2017 16:36:13 +0200 (CEST) Received: from lpn-prd-vrin002 (localhost [127.0.0.1]) by lpn-prd-vrin002 (Postfix) with ESMTP id 001075C364B for ; Sun, 1 Oct 2017 16:36:13 +0200 (CEST) Received: from uc7427.mass.uhb.fr (pdc35-1-82-242-133-4.fbx.proxad.net [82.242.133.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lpn-prd-vrin002 (Postfix) with ESMTPSA id BB0EC5C35E6 for ; Sun, 1 Oct 2017 16:36:12 +0200 (CEST) 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 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 #+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