From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Peter_M=C3=BCnster?= Subject: Re: org-clock-select-task: how does it work? Date: Sat, 24 Jan 2015 21:15:09 +0100 Message-ID: <87bnlo7x6a.fsf@roche-blanche.net> References: <87wq4cnuwh.fsf@free.fr> <874mrgjjwq.fsf@gmail.com> <87wq4cdwm9.fsf@roche-blanche.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YF7BX-0001uo-NS for emacs-orgmode@gnu.org; Sat, 24 Jan 2015 15:20:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YF7BT-00034c-FC for emacs-orgmode@gnu.org; Sat, 24 Jan 2015 15:19:59 -0500 Received: from plane.gmane.org ([80.91.229.3]:35660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YF775-00028H-QU for emacs-orgmode@gnu.org; Sat, 24 Jan 2015 15:15:23 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YF76x-0002bi-Ix for emacs-orgmode@gnu.org; Sat, 24 Jan 2015 21:15:15 +0100 Received: from arennes-651-1-357-222.w2-14.abo.wanadoo.fr ([2.14.196.222]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 24 Jan 2015 21:15:15 +0100 Received: from pmlists by arennes-651-1-357-222.w2-14.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 24 Jan 2015 21:15:15 +0100 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: emacs-orgmode@gnu.org On Sat, Jan 24 2015, Peter Münster wrote: > - I get a list with some items, but only very few (only items, where > I've clocked in in this same emacs session). Solved: (setq org-clock-persist 'history) (org-clock-persistence-insinuate) > - There are duplicates in the list. Not reproducible. > - When selecting an item, another one is clocked in. Ok, with org-clock-in-last the clock of the task at the cursor position is selected, but org-clock-in ("C-u C-c C-x C-i") works nicely! Ergo: solved too. Sorry for the noise... -- Peter