From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Re: using orgmode for latex articles Date: Wed, 07 Nov 2007 01:56:42 +0000 Message-ID: <878x5arf6t.fsf@bzg.ath.cx> References: <87bqairl3m.fsf@bzg.ath.cx> <87ejfa200r.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 1IpZDx-0001ip-VA for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 19:56:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpZDu-0001gr-FI for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 19:56:52 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpZDu-0001gg-Bh for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 19:56:50 -0500 Received: from nf-out-0910.google.com ([64.233.182.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpZDt-0004H9-L8 for emacs-orgmode@gnu.org; Tue, 06 Nov 2007 19:56:49 -0500 Received: by nf-out-0910.google.com with SMTP id f5so2149806nfh for ; Tue, 06 Nov 2007 16:56:48 -0800 (PST) In-Reply-To: (Fabian Braennstroem's message of "Tue, 06 Nov 2007 21:45:50 +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: >> As for footnotes, org-export-latex.el should also be able to convert >> them. > > Couldn't install dvipng on my redhat 4.4 yet, so I could not test the > 'conversion' of the equation and images yet. Now, I am taking the look > in the other direction; I adjusted the most important faces in auctex > to my orgmode setup. What I am missing now using auctex/cdlatex, is > the nice table insertion I am used to do with orgmode... You know you can use orgtbl-mode in LaTeX file and get tables exported in the same file? This is actually very handy. This is called "Radio tables". See the manual here: (info "(org)Radio tables") -- Bastien