From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Editing LaTeX code in org-mode Date: Sun, 27 Sep 2009 13:32:33 -0400 Message-ID: References: <7bef1f890909270723m74b93627k4a072cd24e862ede@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mrxc2-0008Sd-4r for emacs-orgmode@gnu.org; Sun, 27 Sep 2009 13:32:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mrxbx-0008Ro-GB for emacs-orgmode@gnu.org; Sun, 27 Sep 2009 13:32:41 -0400 Received: from [199.232.76.173] (port=60637 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mrxbx-0008Rg-Dp for emacs-orgmode@gnu.org; Sun, 27 Sep 2009 13:32:37 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:33383) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mrxbx-0006lp-70 for emacs-orgmode@gnu.org; Sun, 27 Sep 2009 13:32:37 -0400 In-Reply-To: <7bef1f890909270723m74b93627k4a072cd24e862ede@mail.gmail.com> (Alan E. Davis's message of "Mon, 28 Sep 2009 00:23:31 +1000") 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: "Alan E. Davis" Cc: org-mode "Alan E. Davis" writes: > =C2=A0=C2=A0 #+BEGIN_LaTeX > =C2=A0=C2=A0 questions and sections > =C2=A0 #+END_LaTeX > > For now, however, is there a way to use AUCTeX to edit the LaTeX in the > environment above?=C2=A0 Currently, my habit of using C-c e to enter > environments is getting in the way, for example. > > Perhaps there is a way to easily enter environments, perhaps the > "multiplechoice" environment can be defined in a variable? (and > others?) Have you tried "C-c '"? If auctex is your default TeX environment, hitting C-c ' inside a LaTeX should take you to an auctex buffer. - Matt