emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] How to trigger the clockcheck in an agenda view.


From: Rainer Stengele
Subject: [O] How to trigger the clockcheck in an agenda view.
Date: Fri, 12 Jul 2013 10:06:32 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7

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

[Prev in Thread] Current Thread [Next in Thread]