From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: calendar and agenda entries Date: Sun, 19 Sep 2010 16:18:03 -0400 Message-ID: <87pqw9xzb8.fsf@fastmail.fm> References: <86iq23nw63.fsf@online.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=49103 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxQLU-0003os-7b for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 16:18:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxQKs-0004Qu-G7 for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 16:18:08 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:49439) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OxQKs-0004Qd-EB for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 16:18:06 -0400 In-Reply-To: <86iq23nw63.fsf@online.de> (henry atting's message of "Sat, 18 Sep 2010 13:11:32 +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: > When printing or exporting the emacs calendar it is possible to include > diary entries or holidays. Yes. For more information, see: (info "(emacs) Writing Calendar Files") You'll want to put the following settings in your org-mode file: (setq cal-tex-diary t) (setq cal-tex-holidays t) > 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! Best, Matt