Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 628 Bytes

README.org

File metadata and controls

10 lines (8 loc) · 628 Bytes

helm-org-clock

An adjustment of the org-clock-select-task function that allows helm to be used to select recent tasks with its incremental parsing, rather than the choose-the-key method built in to Orgmode.

To Use

Simply place helm-org-clock.el into your load path or otherwise specify its location, e.g.:

(load-file "~/.emacs.d/lisp/helm-org-clock.el")

I personally have a hydra for my most common orgmode tasks, So I activate this command with C-o w, choosing tasks that I’ve used recently. Otherwise use C-u M-x org-clock-in (that is, org-clock-in with a default numeric argument).