From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johnny Subject: Column view odd behaviour on emptying field Date: Tue, 31 May 2011 23:00:10 +0100 Message-ID: <874o4a7cph.fsf@gmx.co.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRX0k-0001GR-AJ for emacs-orgmode@gnu.org; Tue, 31 May 2011 18:02:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRX0i-0005yt-IN for emacs-orgmode@gnu.org; Tue, 31 May 2011 18:02:02 -0400 Received: from mailout-eu.gmx.com ([213.165.64.42]:34527) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QRX0h-0005y5-Rl for emacs-orgmode@gnu.org; Tue, 31 May 2011 18:02:00 -0400 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: emacs-orgmode@gnu.org I am trying to learn the org-taskjuggler mode and following the tutorial on http://orgmode.org/worg/org-tutorials/org-taskjuggler.html. Another great feature of org-mode! Anyhow, this uses Column View extensive, and I noticed a strange behaviour if setting a column field and subsequently emptying it. It seems the property remains, but is blanked and thus disabled, and when setting the property again to an allowed value, a new property field is created. The propery is not displayed in column view, presumably because of the remaining broken (empty) property from the previous erase. 1) Property set *** Database coupling :PROPERTIES: :Effort: 20.0 :allocate: doc :END: 2) Property cleared *** Database coupling :PROPERTIES: :Effort: 20.0 :allocate: :END: 3) Property set again *** Database coupling :PROPERTIES: :Effort: 20.0 :allocate: :allocate: test :END: Regards, -- Johnny