From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xin Shi Subject: Re: Re: Add to do item in the Org Agenda Day Grid Date: Wed, 26 Mar 2008 12:25:24 -0400 Message-ID: <47EA78F4.1080200@cornell.edu> References: <20371.1206440231@localhost> <87lk45sodx.fsf@gmx.de> <47EA63BF.8000800@cornell.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JeYRL-0000Pd-3B for emacs-orgmode@gnu.org; Wed, 26 Mar 2008 12:25:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JeYRK-0000P3-68 for emacs-orgmode@gnu.org; Wed, 26 Mar 2008 12:25:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JeYRJ-0000Oy-VS for emacs-orgmode@gnu.org; Wed, 26 Mar 2008 12:25:26 -0400 Received: from granite2.mail.cornell.edu ([128.253.83.142] helo=authusersmtp.mail.cornell.edu) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JeYRJ-00009q-Rh for emacs-orgmode@gnu.org; Wed, 26 Mar 2008 12:25:26 -0400 In-Reply-To: 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: Thomas Baumann Cc: emacs-orgmode@gnu.org Hi Tomas, Thanks for your reply! I tried that, and when I called the remember, it gave me a buffer. But when I finish that with "C-c C-c", it prompted me asking about the page. I don't know how to deal with that. By the way, I'm using the remember with the planner package, it might be due to that? Xin Thomas Baumann wrote: > 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 > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >