From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Gray Subject: markup in environments in latex export Date: Thu, 16 Apr 2009 10:49:50 +0200 Message-ID: <86iql57zkh.fsf@portan.ibr.cs.tu-bs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LuNIZ-0001PB-T9 for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 04:50:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LuNIV-0001Ne-C1 for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 04:50:19 -0400 Received: from [199.232.76.173] (port=34090 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuNIU-0001NY-TS for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 04:50:14 -0400 Received: from main.gmane.org ([80.91.229.2]:49632 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LuNIU-0006DC-Eo for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 04:50:14 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LuNIO-0004El-8e for emacs-orgmode@gnu.org; Thu, 16 Apr 2009 08:50:08 +0000 Received: from portan.ibr.cs.tu-bs.de ([134.169.34.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 Apr 2009 08:50:08 +0000 Received: from chrismgray by portan.ibr.cs.tu-bs.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 Apr 2009 08:50:08 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, I have been writing a draft of a paper in org, and I would like to have the customary org markup commands work inside of LaTeX environments. As an example, I would like the following to have the same thing three times instead of only twice. --8<---------------cut here---------------start------------->8--- #+TITLE: None \begin{center} - /a/ this is a - /b/ this is b \begin{itemize} \item \emph{a} this is a \item \emph{b} this is b \end{itemize} \end{center} - /a/ this is a - /b/ this is b --8<---------------cut here---------------end--------------->8--- Cheers, Chris