From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Some table questions Date: Thu, 3 Sep 2009 08:51:03 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mj6A2-0005iG-Uq for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 02:51:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mj6A0-0005gz-8t for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 02:51:10 -0400 Received: from [199.232.76.173] (port=40915 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mj6A0-0005gt-0p for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 02:51:08 -0400 Received: from mx20.gnu.org ([199.232.41.8]:12875) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mj69z-0008U3-HG for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 02:51:07 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mj69y-0004Ta-TJ for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 02:51:07 -0400 Received: by mail-ew0-f211.google.com with SMTP id 7so280396ewy.31 for ; Wed, 02 Sep 2009 23:51:06 -0700 (PDT) In-Reply-To: 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: andrea crotti Cc: emacs-orgmode@gnu.org On Sep 2, 2009, at 6:12 PM, andrea crotti wrote: > > - Is it possible to do something only on one row/column/region?? > If for example I have a table like that > > | USER | SECRET PASSWORD | > |-------+------------------------| > | pippo | I don't want to see it | > > Would I be able to encrypt/decrypt only one column? > Rectangles are not always working fine for me on emacs, so I was > looking for an org-mode solution No, this is not possible currently. - Carsten