From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: using orgmode for latex articles Date: Thu, 01 Nov 2007 02:05:24 +0000 Message-ID: <87ejfa200r.fsf@bzg.ath.cx> References: <87bqairl3m.fsf@bzg.ath.cx> 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 1InOV7-0005Ue-9e for emacs-orgmode@gnu.org; Wed, 31 Oct 2007 21:05:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1InOV5-0005SA-Jg for emacs-orgmode@gnu.org; Wed, 31 Oct 2007 21:05:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InOV5-0005S1-FY for emacs-orgmode@gnu.org; Wed, 31 Oct 2007 21:05:35 -0400 Received: from hu-out-0506.google.com ([72.14.214.231]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1InOV5-0004w5-4K for emacs-orgmode@gnu.org; Wed, 31 Oct 2007 21:05:35 -0400 Received: by hu-out-0506.google.com with SMTP id 23so211005huc for ; Wed, 31 Oct 2007 18:05:33 -0700 (PDT) In-Reply-To: (Fabian Braennstroem's message of "Wed, 31 Oct 2007 23:15:57 +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 Fabian Braennstroem writes: >> Since I don't need to do complex stuff with LaTeX formatting, and >> since I can also use RefTeX in conjunction with Org, then the LaTeX >> exporter is often enough for me. I guess scientific writing might >> require a different approach. > > Sounds good to me, especially the possible reftex interaction sounds > great. But I assume labeling, references and e.g. footnotes don't > work!? Maybe you use a special configuration for the interaction? You can use all this. Try combining org-mode and reftex-mode, and start using C-c ( and C-c [ (from reftex-mode) --- it will insert labels and references. The LaTeX exporter should handle them correctly. As for footnotes, org-export-latex.el should also be able to convert them. -- Bastien