From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Baumann Subject: Re: Add to do item in the Org Agenda Day Grid Date: Wed, 26 Mar 2008 16:22:56 +0100 Message-ID: References: <20371.1206440231@localhost> <87lk45sodx.fsf@gmx.de> <47EA63BF.8000800@cornell.edu> 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 1JeXT7-0002bw-DS for emacs-orgmode@gnu.org; Wed, 26 Mar 2008 11:23:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JeXT5-0002be-Eo for emacs-orgmode@gnu.org; Wed, 26 Mar 2008 11:23:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JeXT5-0002bb-Af for emacs-orgmode@gnu.org; Wed, 26 Mar 2008 11:23:11 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JeXT5-0006Yi-18 for emacs-orgmode@gnu.org; Wed, 26 Mar 2008 11:23:11 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JeXT0-0004eL-8V for emacs-orgmode@gnu.org; Wed, 26 Mar 2008 15:23:06 +0000 Received: from p54963a1a.dip0.t-ipconnect.de ([84.150.58.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Mar 2008 15:23:06 +0000 Received: from dtbaumann by p54963a1a.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Mar 2008 15:23:06 +0000 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 Hi, I usually use remember for this kind of stuff: (require 'remember) (add-hook 'remember-mode-hook 'org-remember-apply-template) (define-key global-map [(control meta ?r)] 'remember) You might want to have a look into the info file to take full advantage of the flexibility of this approach. Thomas