From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: calendar in agenda Date: Fri, 28 Sep 2007 16:27:04 +0200 Message-ID: <87ejgizwzr.fsf@bzg.ath.cx> References: 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 1IbGoB-0007t9-Gk for emacs-orgmode@gnu.org; Fri, 28 Sep 2007 10:27:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IbGo9-0007po-LF for emacs-orgmode@gnu.org; Fri, 28 Sep 2007 10:27:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IbGo9-0007pU-Ez for emacs-orgmode@gnu.org; Fri, 28 Sep 2007 10:27:09 -0400 Received: from hu-out-0506.google.com ([72.14.214.231]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IbGo9-0007PQ-37 for emacs-orgmode@gnu.org; Fri, 28 Sep 2007 10:27:09 -0400 Received: by hu-out-0506.google.com with SMTP id 23so1567296huc for ; Fri, 28 Sep 2007 07:27:08 -0700 (PDT) In-Reply-To: (Richard G. Riley's message of "Fri, 28 Sep 2007 02:33:03 +0200") 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 Richard G Riley writes: > I can't seem to find how to have calendar items included in my > agenda. Should they be? e.g I have a recurring reminder in my calendar > every tuesday to remind me to "put the bin out" for example. Can this be > shown in my agenda? To include the diary file in the agenda buffer: (setq org-agenda-include-diary t) To include your org entries in the diary: &%%(org-diary :scheduled :timestamp :deadline) HTH, -- Bastien