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 01:40:55 -0600 Message-ID: <4EE45E87.7000200@gmx.us> References: <4EE45402.7050204@gmx.us> 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]:33002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZe1t-0005Yg-4c for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 02:41:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZe1r-0000AT-KR for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 02:41:01 -0500 Received: from mailout-us.gmx.com ([74.208.5.67]:43052) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RZe1r-0000AK-Am for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 02:40:59 -0500 In-Reply-To: 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: Puneeth Chaganti Cc: emacs-orgmode@gnu.org On 12/11/2011 01:10 AM, Puneeth Chaganti wrote: > On 12/11/11, Mikhail Titov wrote: >> Hello! >> >> I wonder if I can see all clocks in a table or export them somehow as >> csv or alike? > Look at `org-clock-report' function [ > http://orgmode.org/manual/The-clock-table.html ] This does not show all clocks. I've tried clock table with :timestamp. It shows task time and deadlines and alike but not all clock-in & clock-out for a task. >> Also how can I navigate to the last clock out? > `org-clock-goto' function can do this for you. > > Use `M-x org-clock-goto' (By default, it is bound to C-c C-x C-j) This results in "No active or recent clock task". Generally it works find while I'm working on document. But if I open old document, it does not work for some reason :( I've tried both your suggestions before and that is why I'm asking here in the list. M.