From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Eglen Subject: How to add entries to an org file, not diary Date: Fri, 06 Nov 2009 15:16:24 +0000 Message-ID: <31568.1257520584@maps> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N6QYD-0005ta-AW for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 10:16:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N6QY8-0005nw-I4 for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 10:16:32 -0500 Received: from [199.232.76.173] (port=51018 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6QY8-0005nj-CI for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 10:16:28 -0500 Received: from ppsw-7.csi.cam.ac.uk ([131.111.8.137]:43757) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N6QY5-00036n-Sy for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 10:16:26 -0500 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 Cc: Stephen Eglen 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...) Thanks, Stephen