In org-mode Emacs, is it possible for the clock report table to show how much time was spent on each tag? manual seems to think so, but I can't get it to work. This is what I tried:
#+BEGIN: clocktable :maxlevel 2 :scope file :tags nicetag
I would like the table to display the time spent on all the headers with the tag: nicetag :, but the table does not show anything. Even better would be to make a table showing the time spent on each tag in the file.
source share