Re: [O] navigating org-clock-in recent work list

2015-02-14 Thread Tory S. Anderson
So being new to elisp, I'm hoping there's a simple hack to disable the org-clock-select-task menu and go to a default (e.g. `C-x b' or `C-x f') style type your option interface that will would be populated with and return the same thing as the select-task-menu? I've been looking at the elisp

[O] navigating org-clock-in recent work list

2015-02-13 Thread Tory S. Anderson
As per a recent discussion on the mailing list, I'm using the following to enable persistence and extended length of the clock history: --8---cut here---start-8--- ;; Org clock-in (org-clock-persistence-insinuate) (setq org-clock-persist t) ;;; * Orgmode