From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Riedy Subject: One table, multiple radio targets? Date: Thu, 28 Feb 2008 21:41:05 -0800 Message-ID: <87prugs4jy.fsf@sparse.yi.org> 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 1JUxzr-0000p7-Og for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 00:41:27 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUxzp-0000nL-UP for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 00:41:27 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUxzp-0000n4-AZ for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 00:41:25 -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 1JUxzo-0006cT-Ss for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 00:41:25 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JUxzf-0000N6-Ad for emacs-orgmode@gnu.org; Fri, 29 Feb 2008 05:41:17 +0000 Received: from 76.191.193.207 ([76.191.193.207]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Feb 2008 05:41:15 +0000 Received: from jason by 76.191.193.207 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Feb 2008 05:41:15 +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 Anyone have a clever way to generate multiple outputs from one table? It's pretty clear that orgtbl-send-table doesn't handle multiple ORGTBL lines, and I'm not clever enough to hack in a loop over multiple clauses on one ORGTBL line. The context is a probably too clever mechanism to generate both code and documentation at once. I'm using noweb to document a SQL schema, and a few tables are pre-loaded with data. I'd like to send one orgtbl-mode table to LaTeX and SQL insert statements. Jason