From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Felipe Csaszar" Subject: outline-cycle and AUCTeX Date: Wed, 23 Jul 2008 16:53:29 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLlL4-0000X2-0a for emacs-orgmode@gnu.org; Wed, 23 Jul 2008 16:53:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLlL2-0000V0-DC for emacs-orgmode@gnu.org; Wed, 23 Jul 2008 16:53:33 -0400 Received: from [199.232.76.173] (port=44018 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLlL2-0000Uo-3d for emacs-orgmode@gnu.org; Wed, 23 Jul 2008 16:53:32 -0400 Received: from rv-out-0708.google.com ([209.85.198.245]:51397) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLlL1-0007HM-Q9 for emacs-orgmode@gnu.org; Wed, 23 Jul 2008 16:53:31 -0400 Received: by rv-out-0708.google.com with SMTP id k29so2418814rvb.6 for ; Wed, 23 Jul 2008 13:53:29 -0700 (PDT) Content-Disposition: inline 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 Hi, Using the old outline-magic.el it was possible to do visibility cycling of a LaTeX file, as it recognized \section, \subsection, etc... as headings. Is it possible to accomplish the same using the orgstruct minor mode? As far as I can see, orgstruct continues to think that asterisks represent headings, even in LaTeX. To edit LaTeX files I use AUCTeX + CDLaTeX. Many thanks! Felipe