From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Automatic clock-in Date: Tue, 20 Apr 2010 16:57:36 +0200 Message-ID: <87iq7mf9y7.fsf@bzg.ath.cx> References: <874oj7cuiy.fsf@in-ulm.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4Etg-0003je-O4 for emacs-orgmode@gnu.org; Tue, 20 Apr 2010 10:57:56 -0400 Received: from [140.186.70.92] (port=49967 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4Ete-0003j2-PU for emacs-orgmode@gnu.org; Tue, 20 Apr 2010 10:57:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4Etc-0004Mg-2o for emacs-orgmode@gnu.org; Tue, 20 Apr 2010 10:57:53 -0400 Received: from mail-ww0-f41.google.com ([74.125.82.41]:55320) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4Etb-0004M6-Uo for emacs-orgmode@gnu.org; Tue, 20 Apr 2010 10:57:52 -0400 Received: by wwc33 with SMTP id 33so3061961wwc.0 for ; Tue, 20 Apr 2010 07:57:50 -0700 (PDT) In-Reply-To: (Andrea Crotti's message of "Tue, 20 Apr 2010 14:51:57 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andrea Crotti Cc: emacs-orgmode@gnu.org 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-in '(4)))) -- Bastien