Hi,

I want to start an aganda view over a week and immediately check the 
consistency of clock entries:


See manual for agenda dispacther:

v c
    Show overlapping clock entries, clocking gaps, and other clocking problems 
in the current agenda range. You can then visit clocking lines and fix them 
manually. See the
variable org-agenda-clock-consistency-checks for information on how to 
customize the definition of what constituted a clocking problem. To return to 
normal agenda display, press l
to exit Logbook mode.


I can't seem to find a way to trigger the clockcheck in the agenda view options.

At the moment I have::

..
        ("Aw"
         "agenda + no todos - this week - log-mode - ARCHIVE included - clock 
report"
         agenda ""
         (
          (org-agenda-sorting-strategy '(time-up priority-down))
          (org-agenda-span 'week)
          (org-agenda-start-with-log-mode t)
          (org-agenda-archives-mode t)
          (org-agenda-start-with-clockreport-mode t)
          ))
..

Do I miss the variable to be set?

Thanks,
Rainer


Reply via email to