From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: radio tables in an org buffer Date: Sat, 26 Dec 2009 11:43:37 +0100 Message-ID: <6B1460FD-6658-4B83-998C-D79FA47C6A9E@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NOU7g-0004d2-4X for emacs-orgmode@gnu.org; Sat, 26 Dec 2009 05:43:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NOU7b-0004cS-4V for emacs-orgmode@gnu.org; Sat, 26 Dec 2009 05:43:47 -0500 Received: from [199.232.76.173] (port=46932 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NOU7a-0004cP-Tb for emacs-orgmode@gnu.org; Sat, 26 Dec 2009 05:43:42 -0500 Received: from mail-fx0-f228.google.com ([209.85.220.228]:41988) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NOU7a-0006KP-Kv for emacs-orgmode@gnu.org; Sat, 26 Dec 2009 05:43:42 -0500 Received: by fxm28 with SMTP id 28so580521fxm.26 for ; Sat, 26 Dec 2009 02:43:41 -0800 (PST) In-Reply-To: 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: "Thomas S. Dye" Cc: org-mode emacs-orgmode On Dec 25, 2009, at 6:36 PM, Thomas S. Dye wrote: > Aloha all, > > Is it possible to use radio tables and lists inside an org buffer? > > I'm writing and tangling LaTeX with Org-babel and it would be useful > to leverage the LaTeX export capabilities of Org-mode, especially > with tabular material, which is tedious to format by hand in LaTeX. > > Here's what it would look like in the Org-mode buffer: > >> * Sales figures table >> #+source: salefigures >> #+begin_src latex >> % BEGIN RECEIVE ORGTBL salesfigures >> % END RECEIVE ORGTBL salesfigures >> #+end_src >> >> #+ORGTBL: SEND salesfigures orgtbl-to-latex >> | Month | Days | Nr sold | per day | >> |-------+------+---------+---------| >> | Jan | 23 | 55 | 2.4 | >> | Feb | 21 | 16 | 0.8 | >> | March | 22 | 278 | 12.6 | >> #+TBLFM: $4=$3/$2;%.1f >> % $ (optional extra dollar to keep font-lock happy, see >> footnote) > > All the best, This looks as if it should work! - Carsten > Tom > > Thomas S. Dye, Ph.D. > T. S. Dye & Colleagues, Archaeologists, Inc. > Phone: (808) 529-0866 Fax: (808) 529-0884 > http://www.tsdye.com > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten