From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: Re: Automatic clock-in Date: Tue, 20 Apr 2010 14:51:57 +0200 Message-ID: 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 1O4Cw7-0005u7-Jq for emacs-orgmode@gnu.org; Tue, 20 Apr 2010 08:52:19 -0400 Received: from [140.186.70.92] (port=58810 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4Cw6-0005sx-6D for emacs-orgmode@gnu.org; Tue, 20 Apr 2010 08:52:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4Cw4-0000z6-Ad for emacs-orgmode@gnu.org; Tue, 20 Apr 2010 08:52:18 -0400 Received: from lo.gmane.org ([80.91.229.12]:40025) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4Cw4-0000yq-4E for emacs-orgmode@gnu.org; Tue, 20 Apr 2010 08:52:16 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O4Cvx-0000E1-Lw for emacs-orgmode@gnu.org; Tue, 20 Apr 2010 14:52:09 +0200 Received: from 92-007.eduroam.rwth-aachen.de ([134.61.92.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Apr 2010 14:52:09 +0200 Received: from andrea.crotti.0 by 92-007.eduroam.rwth-aachen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 20 Apr 2010 14:52:09 +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: emacs-orgmode@gnu.org 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 that (universal-argument) is a function but it doesn't take any argument actually...