From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea Crotti Subject: From formatted to table Date: Tue, 29 Sep 2009 14:48:33 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Msfis-0001mG-Hd for emacs-orgmode@gnu.org; Tue, 29 Sep 2009 12:38:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Msfio-0001j3-Tp for emacs-orgmode@gnu.org; Tue, 29 Sep 2009 12:38:42 -0400 Received: from [199.232.76.173] (port=51590 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Msfio-0001io-L2 for emacs-orgmode@gnu.org; Tue, 29 Sep 2009 12:38:38 -0400 Received: from mx20.gnu.org ([199.232.41.8]:35348) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MsfKc-0007pO-3j for emacs-orgmode@gnu.org; Tue, 29 Sep 2009 12:13:38 -0400 Received: from lo.gmane.org ([80.91.229.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mse1j-0007ly-Jd for emacs-orgmode@gnu.org; Tue, 29 Sep 2009 10:50:03 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mse1j-0001xT-0W for emacs-orgmode@gnu.org; Tue, 29 Sep 2009 16:50:03 +0200 Received: from p5089E94C.dip.t-dialin.net ([80.137.233.76]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Sep 2009 16:50:02 +0200 Received: from andrea.crotti.0 by p5089E94C.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Sep 2009 16:50:02 +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 I have for example a table where | one thing | dsjfls | | two things | dslkjfls | | three abc dej | dsf | And I would like to get | one | thing | dsjfls | | two | things | dslkjfls | | three | abc dej | dsf | I tried some simple substitutions but substituting all the spaces in the region selected will cause problems elsewhere. I would need to substitute " " only in one column, is that possible?