Andrea Crotti wrote:
> Benjamin Andresen writes:
>
> > Hey Andrea,
> >
> >
> > Maybe C-u M-x org-clock-in RET does what you want.
> >
> > br,
> > benny
>
> 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 prefixi
Andrea Crotti 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-
On Tue, 20 Apr 2010 14:51:57 +0200, Andrea Crotti
wrote:
> 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?
The same function (i.e. org-clock-in in this case) except
Benjamin Andresen writes:
> Hey Andrea,
>
>
> Maybe C-u M-x org-clock-in RET does what you want.
>
> br,
> benny
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?
I see th
Andrea Crotti writes:
> I'm using more and more the very nice clock functions provided by
> org-mode.
> I added this
> --8<---cut here---start->8---
> (global-set-key "\C-c\C-x\C-o" 'org-clock-out)
> --8<---cut here---end--->
On Mon, 19 Apr 2010 17:49:09 +0200, Benjamin Andresen wrote:
>
> Hey Andrea,
>
> Andrea Crotti writes:
>
> > Or is there another better way to do already what I'm asking?
>
> Maybe C-u M-x org-clock-in RET does what you want.
Andrea,
I tag all the jobs that I clock with :clocked: and then s
Hey Andrea,
Andrea Crotti writes:
> Or is there another better way to do already what I'm asking?
Maybe C-u M-x org-clock-in RET does what you want.
br,
benny
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-