From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: How to add entries to an org file, not diary Date: Sat, 7 Nov 2009 08:04:17 +0100 Message-ID: <9646CF5C-3575-41BD-A87D-775663D196A0@gmail.com> References: <31568.1257520584@maps> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N6fLW-0006GC-Of for emacs-orgmode@gnu.org; Sat, 07 Nov 2009 02:04:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N6fLR-0006F1-Hb for emacs-orgmode@gnu.org; Sat, 07 Nov 2009 02:04:25 -0500 Received: from [199.232.76.173] (port=35809 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6fLR-0006Ep-6y for emacs-orgmode@gnu.org; Sat, 07 Nov 2009 02:04:21 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:52655) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N6fLQ-000118-LX for emacs-orgmode@gnu.org; Sat, 07 Nov 2009 02:04:20 -0500 Received: by ewy28 with SMTP id 28so1895262ewy.42 for ; Fri, 06 Nov 2009 23:04:20 -0800 (PST) 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: Matt Lundin Cc: emacs-orgmode@gnu.org, Stephen Eglen On Nov 6, 2009, at 6:02 PM, Matt Lundin wrote: > Stephen Eglen writes: > >> Dear all, >> If I'm visting an agenda (C-c a a) buffer, and want to add a diary >> entry >> for a particular day, I can use org-agenda-diary-entry, bound to 'i'. >> This inserts an entry in my diary file. >> >> What I'd like to do is add the entry instead to an org file, >> e.g. 'agenda.org' where I currently store all diary-like entries. Is >> that functionality available? (Am trying to wean myself off diary >> files, after many years of using it...) > > I use "k r" to call a remember buffer from a particular date in the > agenda. I also have a special remember template for appointments: > > (?a "* %^{Appt}\n %t%?" nil bottom nil) > > This results in an item with a timestamp that corresponds to the date > the cursor was on in the agenda. Cool, I had forgotten this. :-) - Carsten