From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?=22Martin_G=2E_Skj=E6veland=22?= Subject: table, moving cells Date: Sat, 25 Sep 2010 18:02:34 +0200 Message-ID: <4C9E1D1A.2090700@ifi.uio.no> 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=35392 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzXD3-00018m-UU for emacs-orgmode@gnu.org; Sat, 25 Sep 2010 12:02:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OzXD2-0002sw-Qw for emacs-orgmode@gnu.org; Sat, 25 Sep 2010 12:02:45 -0400 Received: from mail-out2.uio.no ([129.240.10.58]:53596) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OzXD2-0002sg-Ln for emacs-orgmode@gnu.org; Sat, 25 Sep 2010 12:02:44 -0400 Received: from mail-mx4.uio.no ([129.240.10.45]) by mail-out2.uio.no with esmtp (Exim 4.69) (envelope-from ) id 1OzXD0-0006rq-Bo for emacs-orgmode@gnu.org; Sat, 25 Sep 2010 18:02:42 +0200 Received: from cm-84.215.18.158.getinternet.no ([84.215.18.158] helo=[192.168.0.197]) by mail-mx4.uio.no with esmtpsa (TLSv1:AES256-SHA:256) user martige (Exim 4.69) (envelope-from ) id 1OzXCz-00071W-UM for emacs-orgmode@gnu.org; Sat, 25 Sep 2010 18:02:42 +0200 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: emacs-orgmode@gnu.org Hi, 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 | Thanks! Martin