org-clock: Fix missing properties in Clock table
commita6c318f471fdd607f6659b874a066f28affbbc98
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 18 Feb 2017 19:22:30 +0000 (18 20:22 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 18 Feb 2017 19:24:51 +0000 (18 20:24 +0100)
tree80813938494b935c82f985fa57e1e7277edc0f79
parent21797c31858cc0dac40ee7f4dd33afd59a5ebbf9
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
testing/lisp/test-org-clock.el