all messages for Emacs-related lists mirrored at yhetil.org
 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

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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.