It works perfectly ! Thanks a lot.

Le lun. 14 janv. 2013 13:56:50 CET, Carsten Dominik a écrit :

On 14 jan. 2013, at 11:25, Xavier Garrido <xavier.garr...@gmail.com> 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,
Xavier

Hi Xavier,

this should do the trick (untested):

(defun my-org-send-all-tables ()
    (interactive)
    (org-table-map-tables
       (lambda () (orgtbl-send-table 'maybe))))

HTH

- Carsten

--

 |
 |__     GARRIDO Xavier       Laboratoire de l'Accélérateur Linéaire
  /\     NEMO                 Université Paris-Sud 11
 /--\    garr...@lal.in2p3.fr UMR 8607
 |       garr...@in2p3.fr     Batiment 200
 |__     +33 1.64.46.84.28    91898 Orsay Cedex, France




Reply via email to