From mboxrd@z Thu Jan 1 00:00:00 1970 From: "stevejb\@uw.edu" Subject: export all tables upon save Date: Mon, 29 Dec 2014 19:28:20 -0800 Message-ID: <87tx0d4xu6.fsf@planetbarr.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5nX9-0002kQ-C4 for emacs-orgmode@gnu.org; Mon, 29 Dec 2014 22:31:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y5nX6-0000sm-6d for emacs-orgmode@gnu.org; Mon, 29 Dec 2014 22:31:47 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:38056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5nX5-0000ry-VR for emacs-orgmode@gnu.org; Mon, 29 Dec 2014 22:31:44 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 4E9332091F for ; Mon, 29 Dec 2014 22:31:40 -0500 (EST) Received: from itory.planetbarr.com (unknown [50.46.159.140]) by mail.messagingengine.com (Postfix) with ESMTPA id D9739C00283 for ; Mon, 29 Dec 2014 22:31:39 -0500 (EST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: orgmode list Greetings, I have a .org file with 3 tables that I want to update once or twice per day. For example, in the following example, I would like to have tab1.csv, tab2.csv, and tab3.csv automatically created whenever I save the file. Is this possible? Thanks, Stephen #---------------------------------------- * Test #+name: tab1 |---+-----+---| | D | E | F | |---+-----+---| | 1 | a | b | | 3 | 3 | 3 | | 2 | c | d | | 8 | j34 | 3 | |---+-----+---| ** Test 2 #+name: tab2 |---+---+---| | D | E | F | |---+---+---| | 1 | a | b | | 2 | c | d | |---+---+---| * Table 3 #+name: tab3 |---+---+---| | A | B | C | |---+---+---| | 1 | a | b | | 2 | c | d | |---+---+---| #---------------------------------------- -- Sent with my mu4e