emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: Bind C-u C-c C-x C-i to a key


From: Bastien
Subject: Re: [Orgmode] Re: Bind C-u C-c C-x C-i to a key
Date: Fri, 13 Aug 2010 09:09:46 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux)

Andreas Burtzlaff <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]