Re: [O] org-clock-select-task: how does it work?

2015-01-28 Thread Tory S. Anderson
Excellent answers, on both fronts. Thanks! I couldn't spot `org-clock-history-length` in the code. That does the trick! Thanks for the answer about the "?A". It's devilishly hard to Google that kind of thing... time to RTM. Marco Wahl writes: > Hi! > > torys.ander...@gmail.com (Tory S. Ander

Re: [O] org-clock-select-task: how does it work?

2015-01-28 Thread Marco Wahl
Hi! torys.ander...@gmail.com (Tory S. Anderson) writes: > 2) As Peter originally mentioned, I see only five tasks on the list; I > have more than that each week. Can this be expanded with some > variable? AFAICS this is variable org-clock-history-length. > Having looked into problem 2 by going

Re: [O] org-clock-select-task: how does it work?

2015-01-28 Thread Sebastien Vauban
Tory S. Anderson wrote: > Sebastien Vauban writes: >> Peter Münster wrote: >>> On Sat, Jan 24 2015, Peter Münster wrote: >>> - There are duplicates in the list. >>> >>> Not reproducible. >> >> I still do have duplicates in my list as well. It never has been fixed, >> but I don't have either

Re: [O] org-clock-select-task: how does it work?

2015-01-28 Thread Tory S. Anderson
Now I'm loving this tool but I'm looking for two tweaks that would make a big difference. 1) I use "work.org" to track my weekly work hours; each week is mostly the same tasks, but new time frames. I need to be able to make sure my "recent clock list" is talking about the item for this week, n

Re: [O] org-clock-select-task: how does it work?

2015-01-27 Thread Sebastien Vauban
Peter Münster wrote: > On Sat, Jan 24 2015, Peter Münster wrote: > >> - There are duplicates in the list. > > Not reproducible. I still do have duplicates in my list as well. It never has been fixed, but I don't have either a reproducible recipe. See https://lists.gnu.org/archive/html/emacs-orgm

Re: [O] org-clock-select-task: how does it work?

2015-01-24 Thread Peter Münster
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 reproducib

Re: [O] org-clock-select-task: how does it work?

2015-01-24 Thread Peter Münster
On Sat, Jan 24 2015, Peter Münster wrote: > My version is git HEAD and my list is empty. No, it was not HEAD. I did not realise, that my "git pull" failed because of local changes... Finally, git HEAD is just like 8.2.10. > - I get a list with some items, but only very few (only items, where >

Re: [O] org-clock-select-task: how does it work?

2015-01-24 Thread Tory S. Anderson
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 th

Re: [O] org-clock-select-task: how does it work?

2015-01-24 Thread Peter Münster
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 aft

Re: [O] org-clock-select-task: how does it work?

2015-01-24 Thread Tory S. Anderson
Wow; I didn't know about this function and am also intrigued. When I run it I get what looks like a nice list of my recent clocked projects, with numbers to "select" them. When I press a number, though, it seems to finish without doing anything. I hoped maybe it would clock me in without me visi

[O] org-clock-select-task: how does it work?

2015-01-24 Thread Peter Münster
Hi, How does this function work please? When I start this function, I get a *Clock Task Select* buffer with the line "Recent Tasks" and this prompt in the minibuffer: "Select task for clocking:". There is no more cursor and whatever I type (TAB for example), I get "user-error: Invalid task choice