From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: problems with org-columns with universal prefix argument [9.0.7 (release_9.0.7-439-g2906e5 @ /home/tews/src/org-mode/lisp/)] Date: Tue, 30 May 2017 13:40:01 +0200 Message-ID: <87lgpe60a6.fsf@nicolasgoaziou.fr> References: <87a85ueokm.fsf@cert.kernkonzept.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dFfVP-0003Fs-CU for emacs-orgmode@gnu.org; Tue, 30 May 2017 07:40:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dFfVO-00022v-I7 for emacs-orgmode@gnu.org; Tue, 30 May 2017 07:40:07 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:37300) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dFfVO-00022A-Ck for emacs-orgmode@gnu.org; Tue, 30 May 2017 07:40:06 -0400 In-Reply-To: <87a85ueokm.fsf@cert.kernkonzept.com> (Hendrik Tews's message of "Tue, 30 May 2017 10:28:09 +0200") 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" To: Hendrik Tews Cc: emacs-orgmode@gnu.org Hello, Hendrik Tews writes: > Hi, > > consider the following file > > * a > ** b > :PROPERTIES: > :XXX: 2 > :END: > > #+COLUMNS: %6XXX{+;%5.1f} %10ITEM > > when I move the cursor to item ** b and do C-u C-c C-x C-c > (org-columns with universal argument), then column view is > started for the whole buffer, but the summation in column XXX is > broken: Item a is shown with value 0. > > Further, when I press e in the XXX column for item b and change > the value, I am left with column view for just item b. Fixed. Thank you. Regards, -- Nicolas Goaziou