From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: AUCTex within org-babel Date: Wed, 08 Feb 2012 07:25:50 -0700 Message-ID: <87ty31csgh.fsf@gmx.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rv8Th-0001ts-75 for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 09:26:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rv8Tb-000412-Ig for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 09:26:33 -0500 Received: from mailout-us.gmx.com ([74.208.5.67]:33713) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Rv8Tb-00040v-9y for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 09:26:27 -0500 In-Reply-To: (Riccardo Romoli's message of "Wed, 8 Feb 2012 11:07:49 +0100") 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: Riccardo Romoli Cc: emacs-orgmode@gnu.org Riccardo Romoli writes: > Hi, is there a way to include the AUCTeX function (i.e. to create a figure > or a table or insert a font...) and markup color, within an org-babel > document? > If I understand your question correctly you want AUCTeX mode to be active in an Org-mode document. Generally this is not possible as Org-mode is the active mode and AUCTeX and Org would conflict in many ways. If you want syntax highlighting for a particular chunk of latex code, you can may it in a src block #+begin_src latex your latex here... #+end_src and then customize the `org-src-fontify-natively' variable. Pressing C-c ' from withing the code block will then launch a small buffer in AUCTeX mode. Best, > > Best > Riccardo -- Eric Schulte http://cs.unm.edu/~eschulte/