From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: rotate tables Date: Sun, 20 Oct 2013 22:24:11 +0200 Message-ID: References: <87li1nbt1o.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXzXq-0000vp-Dn for emacs-orgmode@gnu.org; Sun, 20 Oct 2013 16:24:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXzXp-0001F1-AQ for emacs-orgmode@gnu.org; Sun, 20 Oct 2013 16:24:14 -0400 Received: from mail-lb0-x230.google.com ([2a00:1450:4010:c04::230]:46028) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXzXp-0001Ex-33 for emacs-orgmode@gnu.org; Sun, 20 Oct 2013 16:24:13 -0400 Received: by mail-lb0-f176.google.com with SMTP id z5so90040lbh.7 for ; Sun, 20 Oct 2013 13:24:11 -0700 (PDT) In-Reply-To: <87li1nbt1o.fsf@mat.ucm.es> 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: Uwe Brauer Cc: Org Mode Hi Uwe On Sun, Oct 20, 2013 at 10:12 PM, Uwe Brauer wrote: > | 1 | 2 | 3 | > | 4 | 3 | 4 | > > becomes > > | 4 | 1 | > | 3 | 2 | > | 4 | 3 | 1) mark table 2) M-x reverse-region 3) with point in the table: M-x org-table-transpose-table-at-point Michael