emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Renaming ITEM in column view causes problems


From: Nicolas Goaziou
Subject: Re: [O] Renaming ITEM in column view causes problems
Date: Sat, 27 Feb 2016 09:26:13 +0100

Hello,

David Jacobs <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]