From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: 6.33trans diary entries in all agenda days Date: Tue, 17 Nov 2009 17:31:13 +0000 Message-ID: <8763992h3y.wl%ucecesf@ucl.ac.uk> References: <211769420911161433v38a02c7ds44fce1b9996dc87e@mail.gmail.com> Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NARu1-0003Nt-9X for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 12:31:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NARtw-0003ME-V2 for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 12:31:40 -0500 Received: from [199.232.76.173] (port=38445 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NARtw-0003M9-Lm for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 12:31:36 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:57590) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NARtv-0002YW-Ij for emacs-orgmode@gnu.org; Tue, 17 Nov 2009 12:31:35 -0500 In-Reply-To: <211769420911161433v38a02c7ds44fce1b9996dc87e@mail.gmail.com> 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: Nathan Neff Cc: emacs-orgmode@gnu.org At Mon, 16 Nov 2009 16:33:06 -0600, Nathan Neff wrote: > > [1 ] > [1.1 ] > Hello, > > I would like to use the org-agenda-diary-file that's new in 6.33trans > > I am able to press "i" in agenda mode, and enter a simple diary entry. > > However, I can't see the new simple diary entry in my agenda, even > after refreshing, and after pressing "D" to show diary entries. > > Is this the expected behavior? > > Thanks, > -Nate For the agenda view to show entries in the org-mode diary file (specified by org-agenda-diary-file), that file must be included in the list in org-agenda-files. HTH.