From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Column mode display broken after adding PROPERTIES drawer [8.3.1 (release_8.3.1-176-g45abec @ /tmp/minimal-org/org-mode/lisp/)] Date: Wed, 26 Aug 2015 22:23:50 +0200 Message-ID: <8761414x49.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUhD7-0006Eb-Li for emacs-orgmode@gnu.org; Wed, 26 Aug 2015 16:22:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUhD3-0006nD-Lc for emacs-orgmode@gnu.org; Wed, 26 Aug 2015 16:22:17 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:58708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUhD3-0006mp-FN for emacs-orgmode@gnu.org; Wed, 26 Aug 2015 16:22:13 -0400 In-Reply-To: (dale@codefu.org's message of "Tue, 25 Aug 2015 18:50:05 -0500") 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: Dale Cc: emacs-orgmode@gnu.org Hello, Dale writes: > I believe I have found a bug with column mode in org-mode from Git > (45abec0): if editing a column's value adds a PROPERTIES drawer then > the column mode display becomes corrupted. > > Steps to reproduce: > > 1. Create an org-mode buffer with the following contents: > > ------8<------ > #+COLUMNS: %62ITEM(Task) %8Effort(Estimate){:} > * Parent > ** Test 1 > ** Test 2 > ------8<------ > > 2. Move cursor to "Parent" headline > > 3. Enter column mode with C-c C-x C-c > > 4. Move cursor into "Estimate" column of "Test 1" task > > 5. Press "e" to edit the column's value and enter any value (e.g. 0:00) > > Expected visible buffer contents: > > ------8<------ > Task | Estimate | > #+COLUMNS: %10ITEM(Task) %8Effort(Estimate){:} > * Parent | 0:00 | > ** Test 1 | 0:00 |... > ** Test 2 | | > ------8<------ > > What I observed instead of that, the "Test 2" heading being moved onto > the same line as "Test 1": > > ------8<------ > Task | Estimate | > #+COLUMNS: %10ITEM(Task) %8Effort(Estimate){:} > * Parent | 0:00 | > ** Test 1 | 0:00 |...** Test 2 | | > ------8<------ Fixed. Thank you. Regards, -- Nicolas Goaziou