From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Rudin Subject: Re: timeline view - showing times Date: Tue, 10 Feb 2015 07:20:37 +0000 Message-ID: <86r3tymdve.fsf@rudin.co.uk> References: <867fvrnfq1.fsf@rudin.co.uk> <3ee8f88fc87b455f86906e080d03095f@fcmailsvr3.familycareinc.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Subhan Michael Tindall writes: > This is probably overkill, but I use this: > (setq org-agenda-custom-commands (quote ( > ("c" "Clock" ((agenda "" ((org-agenda-sticky nil) > (org-agenda-ndays 1) > (org-agenda-span-1) > (org-agenda-use-time-grid t) > (org-agenda-show-log (quote clockcheck)) > (org-agenda-clockreport nil)))))))) > This gives me a handy dandy report like this: That's great, thanks. Just what I need. I took the time grid bit out, as I find it a bit confusing that the grid lines for times that happen during an activity line comes after the end of the activity. I suppose changing that would involve splitting a contiguous activity at the grid lines.