From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Rogoff Subject: emphasis inside source block? Date: Mon, 9 Dec 2013 13:36:08 -0800 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq8VM-0003bJ-UV for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 16:36:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq8VF-0000aW-W8 for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 16:36:40 -0500 Received: from oproxy7-pub.mail.unifiedlayer.com ([67.222.55.9]:54233) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Vq8VF-0000aJ-MX for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 16:36:33 -0500 Received: from [198.70.193.19] (port=61128 helo=[172.30.6.80]) by box775.bluehost.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.80) (envelope-from ) id 1Vq8Us-0008Sb-8B for emacs-orgmode@gnu.org; Mon, 09 Dec 2013 14:36:10 -0700 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Sorry if this has been discussed but I wasn=92t able to find info on it. I have lots of source blocks in my org files (tcl, verilog, = shell-script, etc). I want to be able to highlight (e.g. *bold*) text = in the code but this doesn=92t work since it=92s using the specified = language mode instead of org mode. Is there some way to use a minor = mode within source blocks that would allow this? It=92s become a big = problem in generating documentation. Thanks, David=