all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Jacobs <david@pathfinderfs.com>
To: emacs-orgmode@gnu.org
Subject: Renaming ITEM in column view causes problems
Date: Sat, 27 Feb 2016 06:32:50 +0000 (UTC)	[thread overview]
Message-ID: <loom.20160227T072559-956@post.gmane.org> (raw)

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

             reply	other threads:[~2016-02-27  6:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-27  6:32 David Jacobs [this message]
2016-02-27  8:26 ` Renaming ITEM in column view causes problems Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20160227T072559-956@post.gmane.org \
    --to=david@pathfinderfs.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.