From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: table, moving cells Date: Wed, 29 Sep 2010 17:58:24 +0200 Message-ID: References: <4C9E1D1A.2090700@ifi.uio.no> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=34806 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0z39-00009T-Ud for emacs-orgmode@gnu.org; Wed, 29 Sep 2010 11:58:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0z38-0001ml-8M for emacs-orgmode@gnu.org; Wed, 29 Sep 2010 11:58:31 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:43668) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P0z38-0001mY-2B for emacs-orgmode@gnu.org; Wed, 29 Sep 2010 11:58:30 -0400 Received: by eyh5 with SMTP id 5so369122eyh.0 for ; Wed, 29 Sep 2010 08:58:28 -0700 (PDT) In-Reply-To: <4C9E1D1A.2090700@ifi.uio.no> 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: "=?ISO-8859-1?Q?Martin_G._Skj=E6veland?=" Cc: emacs-orgmode@gnu.org Hi Martin, On Sep 25, 2010, at 6:02 PM, Martin G. Skj=E6veland wrote: > Hi, > > is there a quick way for moving a cell about in a table? I enjoy =20 > swapping the order of rows and columns in a table using Meta + =20 > [arrow], but I have not found a ways of doing the same for a single =20= > 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 | > > Thanks! I fail to see the use case for this. Yes, this can be useful sometimes, and you can use `C-c C-x C-w' and `C-c C-x C-y' to cut and paste individual fields or even rectangular regions. But for pushing a cell value to a neighboring cell, I don't see a frequent use that would call for a special command beyond what I listed above. Do you? - Carsten