From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Renaming ITEM in column view causes problems Date: Sat, 27 Feb 2016 09:26:13 +0100 Message-ID: <8737seeeze.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZaAg-0002LE-DG for emacs-orgmode@gnu.org; Sat, 27 Feb 2016 03:24:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZaAc-0006xK-Al for emacs-orgmode@gnu.org; Sat, 27 Feb 2016 03:24:14 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:48781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZaAc-0006xG-4r for emacs-orgmode@gnu.org; Sat, 27 Feb 2016 03:24:10 -0500 In-Reply-To: (David Jacobs's message of "Sat, 27 Feb 2016 06:32:50 +0000 (UTC)") 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: David Jacobs Cc: emacs-orgmode@gnu.org Hello, David Jacobs writes: > The following example shows how renaming the ITEM column in column view > causes the parent heading to show up. Anyone know how to fix this? > > ** Bad Summary > #+BEGIN: columnview :skip-empty-rows t :id "bad" > | Name | Nick | > |------------------------+------| > | ** Contact Information | | > | *** John Doe | Jon | > #+END > > ** Contact Information > :PROPERTIES: > :ID: bad > :COLUMNS: %20ITEM(Name) %Nick > :END: > *** John Doe > :PROPERTIES: > :Nick: Jon > :END: > > > ** Good Summary > #+BEGIN: columnview :skip-empty-rows t :id "good" > | ITEM | Nick | > |--------------+------| > | *** John Doe | Jon | > #+END > > ** Contact Information > :PROPERTIES: > :ID: good > :COLUMNS: %20ITEM %Nick > :END: > *** John Doe > :PROPERTIES: > :Nick: Jon > :END: This was fixed, along with other issues related to Column view, in development version. Regards, -- Nicolas Goaziou