emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Re-align All Tables in a Region.


From: Bastien
Subject: Re: [O] Re-align All Tables in a Region.
Date: Sat, 18 Aug 2012 17:09:37 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

Hi Andrew,

Andrew Young <address@hidden> writes:

> Not sure if there is a built-in, but this seems to work for me:
>
> #+begin_src emacs-lisp
>   (defun my-align-all-tables ()
>     (interactive)
>     (org-table-map-tables 'org-table-align 'quietly))
> #+end_src

Neat.  I added an entry for this in the worg/org-hacks.org file.

Thanks,

-- 
 Bastien



reply via email to

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