Clocking work time: faster filtering of clock entries by trusting org-scanner-tags
commitd23ce33583e3048a922b5e26af452a69cbfbcdd1
authorCarsten Dominik <carsten.dominik@gmail.com>
Fri, 16 Mar 2012 16:35:19 +0000 (16 17:35 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Fri, 16 Mar 2012 16:35:19 +0000 (16 17:35 +0100)
treec7349207640b63e5588ba2de95b12c12d86e7ea9
parent768c95e18bf76c4470bf92d820092ceb202eaf61
Clocking work time: faster filtering of clock entries by trusting org-scanner-tags

* lisp/org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
to tags-list and org-trust-scanner-tags to t while evaluating the
matcher, since the matcher is always evaluated at the current entry.

TINYCHANGE
lisp/org-clock.el