From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re-align All Tables in a Region. Date: Sat, 18 Aug 2012 09:14:23 +0100 Message-ID: <502F4EDF.3080800@wilkesley.net> Reply-To: ian@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2eDU-0006Hm-L3 for emacs-orgmode@gnu.org; Sat, 18 Aug 2012 04:17:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T2eDT-0004eL-RH for emacs-orgmode@gnu.org; Sat, 18 Aug 2012 04:17:08 -0400 Received: from mail2.wilkesley.net ([109.74.196.44]:38788 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T2eDT-0004cZ-Le for emacs-orgmode@gnu.org; Sat, 18 Aug 2012 04:17:07 -0400 Received: from [192.168.0.58] (unknown [46.33.134.31]) (Authenticated sender: lists@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id 61EC25EC9F9 for ; Sat, 18 Aug 2012 09:16:48 +0100 (BST) 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: emacs-orgmode@gnu.org I have a file which contains lots of tables. The document is created by a shell script, so when it's opened none of the tables are aligned. Is there a command that will let me re-align all tables in a region? There are a lot of tables, so I don't want to do them one at a time. As a workaround I have used #+STARTUP: align in the buffer, which aligns them if I C-c on the in buffer setting. Ian.