From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: export all tables upon save Date: Tue, 30 Dec 2014 00:34:13 -0500 Message-ID: <87fvbxd7l6.fsf@pierrot.dokosmarshall.org> References: <87tx0d4xu6.fsf@planetbarr.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5pRw-0002hq-DT for emacs-orgmode@gnu.org; Tue, 30 Dec 2014 00:34:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y5pRt-0002DF-3N for emacs-orgmode@gnu.org; Tue, 30 Dec 2014 00:34:32 -0500 Received: from plane.gmane.org ([80.91.229.3]:38918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5pRs-0002Co-Sx for emacs-orgmode@gnu.org; Tue, 30 Dec 2014 00:34:29 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y5pRq-0002Xu-P3 for emacs-orgmode@gnu.org; Tue, 30 Dec 2014 06:34:26 +0100 Received: from pool-108-20-41-17.bstnma.fios.verizon.net ([108.20.41.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Dec 2014 06:34:26 +0100 Received: from ndokos by pool-108-20-41-17.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 30 Dec 2014 06:34:26 +0100 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: emacs-orgmode@gnu.org "stevejb@uw.edu" writes: > 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? Write a function that does what you want, and add it to the before-save-hook for the file. Untested. -- Nick