From mboxrd@z Thu Jan 1 00:00:00 1970 From: Seweryn Kokot Subject: Re: [REQUEST] orgtbl-ctrl-c-ctrl-c-hook Date: Wed, 17 Nov 2010 10:16:41 +0000 (UTC) Message-ID: References: <2F4D54FD-C457-4372-8871-2F1A022FF082@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=53032 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIf4R-0000Aq-0V for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 05:16:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIf4P-00061j-LF for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 05:16:54 -0500 Received: from lo.gmane.org ([80.91.229.12]:51436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIf4P-00061d-ET for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 05:16:53 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PIf4O-0006GL-BV for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 11:16:52 +0100 Received: from 139.191.131.39 ([139.191.131.39]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Nov 2010 11:16:52 +0100 Received: from sewkokot by 139.191.131.39 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Nov 2010 11:16:52 +0100 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 Carsten Dominik gmail.com> writes: > Should the be run only if the sending was successful? Or also for > tables > where have no ORGTBD SEND statement? We could make orgtbl-send-table > return a value indicating if sending has taken place. > > We might want to call the hook orgtbl-after-send-table-hook... Yes, in my case I need to modify the exported table only if sending has taken place. And agree that the "orgtbl-after-send-table-hook" name is better. Seweryn