From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mikhail Titov Subject: Re: Export all clocks or find last clock out. Is it possible? Date: Sun, 11 Dec 2011 17:20:16 -0600 Message-ID: <4EE53AB0.7020308@gmx.us> References: <4EE45402.7050204@gmx.us> <87pqfueofx.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZsh5-0007Uu-I1 for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 18:20:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZsh4-0002mV-93 for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 18:20:31 -0500 Received: from mailout-us.gmx.com ([74.208.5.67]:46264) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RZsh4-0002mN-3u for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 18:20:30 -0500 In-Reply-To: <87pqfueofx.fsf@norang.ca> 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: emacs-orgmode@gnu.org On 12/11/2011 04:25 PM, Bernt Hansen wrote: > Mikhail Titov writes: > >> Also how can I navigate to the last clock out? >> >> I know I can do some exercise with awk or perl, but perhaps there should >> be a better solution. I tried to google but I can't find anything :( >> I know I can do some exercise with awk or perl, but perhaps there should >> be a better solution. I tried to google but I can't find anything :( > You can view your clocked items in the agenda > > agenda view > / show week view > / / validate clocks > / / / > / / /\ > C-c a a w v c Thanks a lot! I was able to rebuild agenda for the year and check clocks! Perhaps I missed details on agenda commands while I was reading manual. Just `v c` is what I was missing. Can I see somehow see an agenda for previous month after I pressed `v m`? I had to switch to year view in my case. Mikhail