org-clock: Customizable variable syntax fix
commitf88679a3998efefaa82bd801d9698b8caadb7296
authorTim Howe <vsync@quadium.net>
Wed, 30 May 2012 10:35:38 +0000 (30 10:35 +0000)
committerBastien Guerry <bzg@altern.org>
Tue, 10 Jul 2012 09:15:22 +0000 (10 11:15 +0200)
tree8ac1f91ea8745adc371fb83f610d46f4a5ceecd6
parent0bbc9fa075fa1a7c6b37a8211749f7c05667a53c
org-clock: Customizable variable syntax fix

* org-clock.el (org-clocktable-defaults): Revert extra layer of quoting.

It appears the goal in 9b23f082 was to allow defaulting a plist member
to a variable; however the plist was being constructed with LIST and
therefore the `, combination was unnecessary.

TINYCHANGE
lisp/org-clock.el