From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: How to add entries to an org file, not diary Date: Fri, 06 Nov 2009 12:02:07 -0500 Message-ID: References: <31568.1257520584@maps> 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 1N6SCV-0008RJ-65 for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 12:02:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N6SCR-0008Od-2I for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 12:02:14 -0500 Received: from [199.232.76.173] (port=34426 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6SCQ-0008OE-9d for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 12:02:10 -0500 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:39488) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N6SCP-00034L-RY for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 12:02:09 -0500 In-Reply-To: <31568.1257520584@maps> (Stephen Eglen's message of "Fri, 06 Nov 2009 15:16:24 +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: Stephen Eglen Cc: emacs-orgmode@gnu.org 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. Best, Matt