From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: table, moving cells Date: Sat, 25 Sep 2010 18:24:34 -0400 Message-ID: <31144.1285453474@gamaville.dokosmarshall.org> References: <4C9E1D1A.2090700@ifi.uio.no> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=59084 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzdAy-0001BL-1w for emacs-orgmode@gnu.org; Sat, 25 Sep 2010 18:25:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OzdAr-0006YP-Mo for emacs-orgmode@gnu.org; Sat, 25 Sep 2010 18:24:55 -0400 Received: from vms173013pub.verizon.net ([206.46.173.13]:51228) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OzdAr-0006Xv-Ij for emacs-orgmode@gnu.org; Sat, 25 Sep 2010 18:24:53 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L9B00H84Q8ZA6C0@vms173013.mailsrvcs.net> for emacs-orgmode@gnu.org; Sat, 25 Sep 2010 17:24:36 -0500 (CDT) In-reply-to: Message from "Charles C. Berry" of "Sat, 25 Sep 2010 14:19:21 PDT." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Charles C. Berry" Cc: =?ISO-8859-1?Q?=22Martin_G=2E_Skj=E6veland=22?= , nicholas.dokos@hp.com, emacs-orgmode@gnu.org Charles C. Berry wrote: > > is there a quick way for moving a cell about in a table? I enjoy > > swapping the order of rows and columns in a table using Meta + > > [arrow], but I have not found a ways of doing the same for a single > > cell. Is it possible? > > > > Example, with the cursor on '2' in the following table > > > > | A | B | C | > > | 1 | 2 | 3 | > > | x | y | z | > > > > Try > > M-t > [This is probably obvious, but just in case...] M-t transposes words: it doesn't know anything about table cells, so it won't work for anything more complicated than the sample table (e.g. if there are spaces in the cell element). You also have to be careful to position the cursor at the right place for it to work, even in the simple case: you can't just click in a cell and go. Nick