Andreas Burtzlaff <and...@gmx.net> writes:

> (defun ab-org-clock-in-select ()
>   (interactive)
>   (org-clock-in t))
>
> (global-set-key (kbd "<f12>") 'ab-org-clock-in-select)
>
> Maybe there's a more elegant way I don't know about..

Maybe this one:

(global-set-key (kbd "<f12>") (lambda() (interactive) (org-clock-in t)))

-- 
 Bastien

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to