emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: David Jacobs <david@pathfinderfs.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Renaming ITEM in column view causes problems
Date: Sat, 27 Feb 2016 09:26:13 +0100	[thread overview]
Message-ID: <8737seeeze.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <loom.20160227T072559-956@post.gmane.org> (David Jacobs's message of "Sat, 27 Feb 2016 06:32:50 +0000 (UTC)")

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

      reply	other threads:[~2016-02-27  8:24 UTC|newest]

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

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=8737seeeze.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=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 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).