From mboxrd@z Thu Jan 1 00:00:00 1970 From: coroa@online.de (Jonas =?utf-8?Q?H=C3=B6rsch?=) Subject: org-edit-special on "inline latex" Date: Tue, 04 Dec 2012 15:56:58 +0100 Message-ID: <33fozk1tx3ut.fsf@jango.physik.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tftw8-0000j2-Rh for emacs-orgmode@gnu.org; Tue, 04 Dec 2012 09:57:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tftw0-0006nm-Az for emacs-orgmode@gnu.org; Tue, 04 Dec 2012 09:57:28 -0500 Received: from plane.gmane.org ([80.91.229.3]:39948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tftw0-0006lh-2A for emacs-orgmode@gnu.org; Tue, 04 Dec 2012 09:57:20 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tftw4-0004Wr-8M for emacs-orgmode@gnu.org; Tue, 04 Dec 2012 15:57:24 +0100 Received: from jango.physik.fu-berlin.de ([160.45.66.157]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Dec 2012 15:57:24 +0100 Received: from coroa by jango.physik.fu-berlin.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Dec 2012 15:57:24 +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 hi list, i recently switched from using the verbose #+begin_latex \begin{eqnarray} 8 &=& 7 + 1 \end{eqnarray} #+end_latex to just the "inline version" \begin{eqnarray} 8 &=& 7 + 1 \end{eqnarray} which is: shorter to write thus also clearer to read and as a welcome gadget even exports to html as well. but i see also two drawbacks: 1. syntax highlighting is lost 2. org-edit-special (C-') doesn't switch to auctex anymore[fn:1] it would be fantastic if it was possible for org-edit-special to work on an enclosing \begin -- \end region the same way it did on a latex block, i.e. show a new window with the snippet in latex mode. in there one would have all the pleasures of syntax highlighting and auctex shortcuts and whatelse. is this already possible? thanks, jonas Footnotes: [fn:1] while org-cdlatex-mode is great, i sometimes prefer auctex