From mboxrd@z Thu Jan 1 00:00:00 1970 From: azw@fastmail.fm (Albert Z. Wang) Subject: Re: Orgmode markups inside LaTeX fragments Date: Tue, 13 Mar 2012 11:41:40 -0400 Message-ID: <8762e8o6dn.fsf@gmail.com> References: <87wr6vb6q3.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7TzO-0006sV-5d for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 11:50:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7TzI-0001UG-1r for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 11:50:17 -0400 Received: from plane.gmane.org ([80.91.229.3]:57346) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7TzH-0001U1-RZ for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 11:50:11 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S7TzA-0000n6-L9 for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 16:50:04 +0100 Received: from c-24-61-131-59.hsd1.nh.comcast.net ([24.61.131.59]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Mar 2012 16:50:04 +0100 Received: from azw by c-24-61-131-59.hsd1.nh.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Mar 2012 16:50:04 +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: emacs-orgmode@gnu.org I had a similar issue with typesetting in theorem and proof environments; what saved me from messy LaTeX syntax was org-special-blocks. More info is on Worg: http://orgmode.org/worg/org-contrib/org-special-blocks.html This is not *exactly* your situation, since this is using org syntax within \begin{} ... \end{} blocks, but if you can adapt your commands to be environments, this will get you what you want. -- Albert Wang