Jambunathan K writes: > Suvayu Ali writes: > >> 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 > > There is a way > >> but writing some elisp code of your own. > > Why not have Emacs write it for you? You dictate and Emacs will type > out the elisp code. > >> It should be simple to do, I think. > > Not simpler than resorting to macros. > > Here is how. Just hints. OP should help himself. Here is what I (or rather Emacs) came up with. The Elisp snippet has control characters, so see the attachment.