emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Renaming ITEM in column view causes problems
@ 2016-02-27  6:32 David Jacobs
  2016-02-27  8:26 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: David Jacobs @ 2016-02-27  6:32 UTC (permalink / raw)
  To: emacs-orgmode

Running Org version 8.3.4 (emacs 24.5.1)

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:

Thanks for any help!
David

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Renaming ITEM in column view causes problems
  2016-02-27  6:32 Renaming ITEM in column view causes problems David Jacobs
@ 2016-02-27  8:26 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2016-02-27  8:26 UTC (permalink / raw)
  To: David Jacobs; +Cc: emacs-orgmode

Hello,

David Jacobs <david@pathfinderfs.com> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-27  8:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-27  6:32 Renaming ITEM in column view causes problems David Jacobs
2016-02-27  8:26 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).