From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?UmFkb3PFgmF3IEdyemFua2E=?= Subject: Clock-in task when emacs starts Date: Tue, 12 Apr 2011 12:11:52 +0200 Message-ID: <4DA42568.4000102@gmail.com> Reply-To: radoslawg@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:44038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9aa1-0006Sz-1y for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 06:12:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9aZz-0006qo-N9 for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 06:12:16 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:55806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9aZz-0006qd-GU for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 06:12:15 -0400 Received: by wwb39 with SMTP id 39so6635694wwb.30 for ; Tue, 12 Apr 2011 03:12:14 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-mode ml Hello, is it possible to select and clock-in default task when emacs starts? I'm trying to implement GTD setup as described here http://doc.norang.ca/org-mode.html and I like concept of "punching-in". However, I found out it is not necessary for me to select "default task" each time I punch in becaue I have only one such task. Therefore, I'd like to set default task and clock it in when emacs starts. Any help? Thanks, Radek.