From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabian Braennstroem Subject: Re: Re: Re: using orgmode for latex articles Date: Wed, 07 Nov 2007 20:39:49 +0000 Message-ID: References: <87bqairl3m.fsf@bzg.ath.cx> <87ejfa200r.fsf@bzg.ath.cx> <878x5arf6t.fsf@bzg.ath.cx> Reply-To: f.braennstroem@gmx.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpqlX-0005NM-B8 for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 14:40:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpqlV-0005MO-O2 for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 14:40:42 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpqlV-0005MF-GQ for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 14:40:41 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IpqiL-0003wr-Fq for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 14:37:25 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ipqi7-0005Do-Tx for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 19:37:11 +0000 Received: from pd9e485e4.dip0.t-ipconnect.de ([217.228.133.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Nov 2007 19:37:11 +0000 Received: from f.braennstroem by pd9e485e4.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Nov 2007 19:37:11 +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 Bastien wrote: > 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") Thanks, for the info, did not know this... looks pretty interesting. Fabian