From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Dietsche Subject: Re: Export all clocks or find last clock out. Is it possible? Date: Sun, 11 Dec 2011 14:05:22 +0100 Message-ID: <87pqfv5kdp.fsf@rat.lan> References: <4EE45402.7050204@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZj63-0008Ip-3p for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 08:05:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZj61-0002pP-5v for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 08:05:39 -0500 Received: from www85.your-server.de ([213.133.104.85]:44517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZj61-0002oE-1J for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 08:05:37 -0500 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: Mikhail Titov Cc: emacs-orgmode@gnu.org Mikhail Titov writes: > I wonder if I can see all clocks in a table or export them somehow as > csv or alike? > > Also how can I navigate to the last clock out? As already suggested by Puneeth `org-clock-goto' (with prefix: C-u C-c C-x C-j) lists the most recently used clocks and C-u C-c C-x C-j 1 jumps to the last clocked task. `org-clock-history-length' sets the number of tasks shown. (custom-set-variables '(org-clock-history-length 28)) Besides the org manual, Bernt Hansen has an excellent website covering his workflow with orgmode. Look out for `org-clock-goto' in "1.5 Key Bindings" and "15.19 Speed commands". > 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 :( Regards, Olaf