From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Calendar export questions (ical & html) Date: Tue, 28 Jul 2009 18:56:16 +0800 Message-ID: <878wi9rryu.fsf@bzg.ath.cx> References: <4A6D97BC.8020704@erasme.org> <87prblvf0x.fsf@bzg.ath.cx> <4a6ea90b.0637560a.56c8.ffff9a19@mx.google.com> <4A6ED006.2050001@erasme.org> 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 1MVkRe-0007Zt-08 for emacs-orgmode@gnu.org; Tue, 28 Jul 2009 07:02:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVkRc-0007Z4-07 for emacs-orgmode@gnu.org; Tue, 28 Jul 2009 07:02:09 -0400 Received: from [199.232.76.173] (port=55449 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVkRb-0007Yw-MQ for emacs-orgmode@gnu.org; Tue, 28 Jul 2009 07:02:07 -0400 Received: from rv-out-0708.google.com ([209.85.198.246]:56770) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVkRb-0005Bs-4N for emacs-orgmode@gnu.org; Tue, 28 Jul 2009 07:02:07 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1634265rvb.6 for ; Tue, 28 Jul 2009 04:02:06 -0700 (PDT) In-Reply-To: <4A6ED006.2050001@erasme.org> (Michel Blanc's message of "Tue, 28 Jul 2009 12:16:38 +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: Michel Blanc Cc: emacs-orgmode@gnu.org, Richard Riley Michel Blanc writes: > ========8<=======8<=======8<======= > (setq org-agenda-custom-commands > '(("h" "Home-related tasks" > ((tags "@home") > (tags-todo "@home")) > ((org-agenda-ndays 300) > (org-icalendar-include-todo t) > (org-icalendar-combined-name "Perso") > (org-icalendar-use-scheduled '(todo-due event-if-todo \ > event-if-not-todo)) > (org-icalendar-use-deadline '(todo-due event-if-todo \ > event-if-not-todo))) Btw, unless you use different global values for the variables `org-icalendar-use-deadline' and sisters, maybe you can simply add them to your Org configuration? -- Bastien