From mboxrd@z Thu Jan 1 00:00:00 1970 From: brian powell Subject: Re: TABLES: Remove/add cell Date: Fri, 30 Sep 2011 14:50:17 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33187) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9iAK-00008J-2l for emacs-orgmode@gnu.org; Fri, 30 Sep 2011 14:50:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R9iAI-0003Jn-I3 for emacs-orgmode@gnu.org; Fri, 30 Sep 2011 14:50:32 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:64494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R9iAI-0003J5-4X for emacs-orgmode@gnu.org; Fri, 30 Sep 2011 14:50:30 -0400 Received: by wwp14 with SMTP id 14so2516477wwp.30 for ; Fri, 30 Sep 2011 11:50:28 -0700 (PDT) In-Reply-To: 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: Michael Brand Cc: =?ISO-8859-1?Q?Gustav_Wikstr=F6m?= , emacs-orgmode@gnu.org * May want to turn org-mode/table off temporarily (or maybe it will just make it easier) then you can do the "rectangle edits" michael was referring to: ** Go to the point just to the right of the 4. ** C@ ---marks the point. ** Go to the 3. ** Cxrk ** Go to "@2$2"--i.e. where the "4" used to be. ** Cxry * Emacs OrgMode makes all of this easier since it lines everything up for you by "covering down" the columns (org-table-align)---making all the cells easily edited by the usual "rectangle-killing" and "rectangle-yanking" methods. ** The method above can be generalized for editing OrgMode tables regardless of the number of symbols in the cells--since OrgMode aligns them for you; and, EMACS is restricted only by the amount of RAM in your computer. *** Also, if you want to edit gygabyte size files, using similar methods, I highly recommend QEMACS.