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 12:41:14 -0600 Message-ID: <4EE4F94A.9010103@gmx.us> References: <4EE45402.7050204@gmx.us> <87pqfv5kdp.fsf@rat.lan> 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]:32869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZoKt-0006Lp-RZ for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 13:41:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZoKs-0003ST-Hi for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 13:41:19 -0500 Received: from mailout-us.gmx.com ([74.208.5.67]:52407) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RZoKs-0003SM-AO for emacs-orgmode@gnu.org; Sun, 11 Dec 2011 13:41:18 -0500 In-Reply-To: <87pqfv5kdp.fsf@rat.lan> 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: Olaf Dietsche Cc: emacs-orgmode@gnu.org On 12/11/2011 07:05 AM, Olaf Dietsche wrote: > 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. For some reason it also shows empty "Recent Tasks" list :( > `org-clock-history-length' sets the number of tasks shown. > > (custom-set-variables > '(org-clock-history-length 28)) I evaluated this expression. But it does not make any difference. > 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 do have some of Bernt's commands in my dot emacs. As I said, while I'm working on a file, everything is nice: I can jump to most recent task with F11 even when it is clocked out. But not when I open an old file. Also I do have the following in dot emacs (setq org-clock-persist 'history) (org-clock-persistence-insinuate) But I feel like it is only for most recent file that has no clock out yet. I'm not consistent with org-mode and I use it for only one project for timing so far :( Most of the time I spend outside of emacs and I simply forget to clock a task or even start emacs sometimes. I feel like I'm on my own if I don't follow org-mode rules all the time and I want to back fill things I've done in the past. Mikhail