[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Re: Automatic clock-in
From: |
Bastien |
Subject: |
Re: [Orgmode] Re: Automatic clock-in |
Date: |
Tue, 20 Apr 2010 16:57:36 +0200 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.92 (gnu/linux) |
Andrea Crotti <address@hidden> writes:
> Ah great that's really nice, I always forget to try the magic C-u
> first...
> So by the way what is the real function called when prefixing C-u?
> I mean, can I call it directly?
For example:
(define-key org-mode-map "\C-c\C-x\C-I"
(lambda () (interactive) (org-clock-in '(4))))
--
Bastien