From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?=22Martin_G=2E_Skj=E6veland=22?= Subject: Re: table, moving cells Date: Mon, 27 Sep 2010 09:50:55 +0200 Message-ID: <4CA04CDF.60608@ifi.uio.no> References: <4C9E1D1A.2090700@ifi.uio.no> <31144.1285453474@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=37340 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P08eK-000738-4X for emacs-orgmode@gnu.org; Mon, 27 Sep 2010 04:01:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P08UH-00012H-UN for emacs-orgmode@gnu.org; Mon, 27 Sep 2010 03:51:03 -0400 Received: from mail-out2.uio.no ([129.240.10.58]:41523) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P08UH-000122-OV for emacs-orgmode@gnu.org; Mon, 27 Sep 2010 03:51:01 -0400 In-Reply-To: <31144.1285453474@gamaville.dokosmarshall.org> 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org, "Charles C. Berry" On 26/09/10 00:24, Nick Dokos wrote: > 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 | >>> >>> and pressing [move cell left] would give me >>> >>> | A | B | C | >>> | 2 | 1 | 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, ... Yes, I agree. To make it clear, I would in addition to [move cell left], also like to have [move cell right], [move cell up], [move cell down]. Martin