emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Export all radio tables off a document


From: Thorsten Grothe
Subject: Re: [O] Export all radio tables off a document
Date: Thu, 05 Dec 2013 21:14:09 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

Hi,

* Thu, 05 Dec 2013 18:50:53 +0100, address@hidden:

Hi,

I asked the same question sometimes ago
http://www.mail-archive.com/address@hidden/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]