Hi, * Thu, 05 Dec 2013 18:50:53 +0100, garr...@lal.in2p3.fr:
Hi, I asked the same question sometimes ago http://www.mail-archive.com/emacs-orgmode@gnu.org/msg64189.html and Carsten posted this answer which is still working for me (defun my-org-send-all-tables () (interactive) (org-table-map-tables (lambda () (orgtbl-send-table 'maybe))))
very very nice, it works !!!!! Thank you very much! It's a bit slow but that's not a problem!! I'm working with Auctex here and the code is not indented after exporting the tables. Would it be possible to expand the macro so that it automatically indents the code --> in Auctex this is C-c C-q C-e ?
If not, no problem but I think this would be a nice feature :-) Regards Thorsten Grothe