org-colview: Handle user-defined inheritance
commit0f93638ce1b29792033231426a4555e538f5c959
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 2 Jun 2015 15:02:55 +0000 (2 17:02 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 2 Jun 2015 15:04:40 +0000 (2 17:04 +0200)
treefe1c158c558d723023ffd78633ed719351e948b6
parentb42642f244eea317d3001c5192f4a4f381392f7b
org-colview: Handle user-defined inheritance

* lisp/org-colview.el (org-columns): Rely on `org-entry-get' instead
  of `org-entry-properties' in order to handle inheritance properly.
  Also limit search to properties actually used as columns instead of
  all properties.

Reported-by: Nik Clayton <nik@ngo.org.uk>
<http://permalink.gmane.org/gmane.emacs.orgmode/98091>
lisp/org-colview.el