From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Automagically send all org table Date: Mon, 14 Jan 2013 13:24:56 +0100 Message-ID: <20130114122456.GC19255@kuru.dyndns-at-home.com> References: <50F3DD17.5070705@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tuj6E-0004qv-TX for emacs-orgmode@gnu.org; Mon, 14 Jan 2013 07:25:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tuj66-0004Nw-Sj for emacs-orgmode@gnu.org; Mon, 14 Jan 2013 07:25:08 -0500 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:52537) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tuj66-0004JH-MM for emacs-orgmode@gnu.org; Mon, 14 Jan 2013 07:25:02 -0500 Received: by mail-wg0-f42.google.com with SMTP id dr1so1073261wgb.1 for ; Mon, 14 Jan 2013 04:25:00 -0800 (PST) Content-Disposition: inline In-Reply-To: <50F3DD17.5070705@gmail.com> 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 On Mon, Jan 14, 2013 at 11:25:27AM +0100, Xavier Garrido wrote: > Hi orgmoders, > > I am looking for a simple way to SEND all org tables in a given document to > their RECEIVER counterparts. Of course, I can go through the whole document > and do `org-table-send` one-by-one but I would like to do it without opening > the document and for all tables at the same time. Is there a way ? > > Thanks for your help and advices, I do not see any other way but writing some elisp code of your own. It should be simple to do, I think. Hope this helps, -- Suvayu Open source is the future. It sets us free.