org-clock: Fix missing properties in Clock table
commitf70eb7d2e856f06200847b2c3c86b6e3e5d846eb
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 18 Feb 2017 19:22:30 +0000 (18 20:22 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Fri, 19 May 2017 07:09:32 +0000 (19 09:09 +0200)
tree76b4901a8f2859337c702ed58cafb4881f2e6dcf
parent9d9f5179e7c6b42ae89638c1f9b8bee523dec3c0
org-clock: Fix missing properties in Clock table

* lisp/org-clock.el (org-clocktable-write-default): Do not ignore
  properties specified by :properties parameter.

* testing/lisp/test-org-clock.el (test-org-clock/clocktable/properties):
  New test.

The regression was introduced in b897ab722.

Reported-by: Dale <dale@codefu.org>
<http://permalink.gmane.org/gmane.emacs.orgmode/112219>
lisp/org-clock.el