From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Grothe Subject: Re: Export all radio tables off a document Date: Thu, 05 Dec 2013 21:14:09 +0100 Message-ID: <52A0DE91.6070403@th-grothe.de> References: <52A08017.1010608@th-grothe.de> <52A0BCFD.4090303@lal.in2p3.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VofKL-0004vw-1b for emacs-orgmode@gnu.org; Thu, 05 Dec 2013 15:15:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VofKG-0004hp-RN for emacs-orgmode@gnu.org; Thu, 05 Dec 2013 15:15:12 -0500 Received: from mx02a.posteo.de ([89.146.194.168]:54604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VofKG-0004hH-LZ for emacs-orgmode@gnu.org; Thu, 05 Dec 2013 15:15:08 -0500 In-Reply-To: <52A0BCFD.4090303@lal.in2p3.fr> 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: Garrido Xavier Cc: emacs-orgmode@gnu.org Hi, * Thu, 05 Dec 2013 18:50:53 +0100, garrido@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