From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: calendar and agenda entries Date: Mon, 20 Sep 2010 12:11:39 -0400 Message-ID: <87y6awfl8k.fsf@fastmail.fm> References: <86iq23nw63.fsf@online.de> <87pqw9xzb8.fsf@fastmail.fm> <87r5goeojd.fsf@online.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=42784 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oxj1v-0002fo-Dv for emacs-orgmode@gnu.org; Mon, 20 Sep 2010 12:15:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oxiy3-0002Y0-3g for emacs-orgmode@gnu.org; Mon, 20 Sep 2010 12:11:48 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:42644) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oxiy2-0002Xs-VO for emacs-orgmode@gnu.org; Mon, 20 Sep 2010 12:11:47 -0400 In-Reply-To: <87r5goeojd.fsf@online.de> (henry atting's message of "Mon, 20 Sep 2010 11:45:42 +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: henry atting Cc: emacs-orgmode@gnu.org henry atting writes: > On So, Sep 19 2010, Matt Lundin wrote: > >> henry atting writes: >> >>> When printing or exporting the emacs calendar it is possible to include >>> diary entries or holidays. > > Mmh, this should be understood as a statement not a question but many > thanks anyway. Ah, yes. I've accidentally left off question marks so many times in my own posts that I tend to assume everything is a question. :) > >> [...] > > >>> Is there a way to include org-agenda entries as well? >> >> Yes. >> >> http://orgmode.org/worg/org-faq.php#include-entries-from-org-mode-files-into-emacs-diary >> >> http://orgmode.org/worg/org-faq.php#add-Org-scheduled/deadlined-entries-to-diary! > > Yes, that does the trick. I created a diary file (normally I don't use > it), added a single line `&%%(org-diary)` > > Now entries from org-agenda files do show up in the generated > calendars - at least in those for the whole month. As far as I see the > weekly calendars don't support it. I believe some of the weekly calendars---namely, filofax (t f W) and iso (t w 3)---do: ,----[ (info "(emacs) Writing Calendar Files") ] | If the variable `cal-tex-diary' is non-`nil' (the default is `nil'), | diary entries are included also (in monthly, filofax, and iso-week | calendars only). `---- The variety of cal-tex export commands is truly mind-boggling! Best, Matt