Ah; nice potential functionality hiding there. Unfortunately, although it prompts me for a task, it just ends up clocking me in to whatever task is at point in the current buffer (probably the same behavior you are getting with problem #3); the practical result is the same as C-c C-x TAB. Has this ever worked correctly?
I don't see any duplicates in the list. And I assume you're right with problem #1, but since my sessions usually span days or weeks I don't have any problem with that. Peter Münster <pmli...@free.fr> writes: > On Sat, Jan 24 2015, Tory S. Anderson wrote: > >> Peter, on my run Org-mode version 8.2.10, I see just what you are describing: >> a numbered list with the most recent things at the top. > > Ok, 8.2.10 seems to work. My version is git HEAD and my list is empty. > > >> It just doesn't seem to do anything after that. > > Indeed. Please try (org-clock-in (org-clock-select-task)) or > C-u M-x org-clock-in-last (or C-u C-c C-x C-x). > > > After switching to 8.2.10, I have 3 other problems: > > - I get a list with some items, but only very few (only items, where > I've clocked in in this same emacs session). > - There are duplicates in the list. > - When selecting an item, another one is clocked in. > > TIA for any help,