emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rainer Stengele <rainer.stengele@online.de>
To: emacs-orgmode@gnu.org
Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org
Subject: Re: How to trigger the clockcheck in an agenda view.
Date: Wed, 31 Jul 2013 09:25:42 +0200	[thread overview]
Message-ID: <51F8BBF6.2020803@online.de> (raw)
In-Reply-To: <86siyx4uqm.fsf@somewhere.org>

Am 7/29/2013 10:48 AM, schrieb Sebastien Vauban:
> Hi Rainer Stengele,
> 
> Rainer Stengele wrote:
>> Am 7/17/2013 2:07 PM, schrieb Rainer Stengele:
>>> Am 12.07.2013 10:06, schrieb Rainer Stengele:
>>>>
>>>> I want to start an aganda view over a week and immediately check the
>>>> consistency of clock entries:
>>>>
>>>> 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?
>>>>
>>> Anybody?
>>
>> I know this is special, but I do not know how to check the existence of such
>> a variable. If it doesn't I would suggest it as enhancement.
> 
> The following does what you want:
> 
> --8<---------------cut here---------------start------------->8---
>   (add-to-list 'org-agenda-custom-commands
>                '("rC" "Clock Review"
>                  agenda ""
>                  ((org-agenda-archives-mode t)
>                   (org-agenda-clockreport-mode t)
>                   (org-agenda-overriding-header "Clocking Review")
>                   (org-agenda-show-log 'clockcheck)
>                   (org-agenda-span 'day))) t)
> --8<---------------cut here---------------end--------------->8---
> 
> Best regards,
>   Seb
> 
> PS- I've been on holidays and still ahve ~300 Org posts to read...
> 
Sebastian,

thank you for taking your precious time to consider my question!
I replaced my configuration with exactly yours and it doesn't start with showing the clockchecks (time gaps etc.).
I have to type "v c" to activate the clockcheck.
I run the latest org version from just 3 minutes ago.

Any idea?

Best regards, Rainer.

  reply	other threads:[~2013-07-31  7:26 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-12  8:06 How to trigger the clockcheck in an agenda view Rainer Stengele
2013-07-17 12:07 ` Rainer Stengele
2013-07-29  7:21   ` Rainer Stengele
2013-07-29  8:48     ` Sebastien Vauban
2013-07-31  7:25       ` Rainer Stengele [this message]
2013-08-04 20:32         ` Mike McLean
2013-08-05 20:43         ` Sebastien Vauban
2013-09-10 15:07           ` Nicolas Girard
2013-09-11 10:24             ` [BUG] " Sebastien Vauban
2013-09-27 13:00             ` Carsten Dominik
2014-11-20 12:51               ` Rainer Stengele
2014-11-25 17:02                 ` Rainer Stengele
2014-12-06 15:29                   ` Bernt Hansen
2014-12-07 14:21                     ` Rainer Stengele

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51F8BBF6.2020803@online.de \
    --to=rainer.stengele@online.de \
    --cc=emacs-orgmode@gnu.org \
    --cc=public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).