From: Michel Blanc <mblanc@erasme.org>
To: Richard Riley <rileyrgdev@googlemail.com>
Cc: Bastien <bastienguerry@googlemail.com>, emacs-orgmode@gnu.org
Subject: Re: Calendar export questions (ical & html)
Date: Tue, 28 Jul 2009 12:16:38 +0200 [thread overview]
Message-ID: <4A6ED006.2050001@erasme.org> (raw)
In-Reply-To: <4a6ea90b.0637560a.56c8.ffff9a19@mx.google.com>
Richard Riley a écrit :
> FYI and still half asleep here, I think you can do the name. here is my
> ical cust section:
>
>
> org-combined-agenda-icalendar-file "~/webs/richardriley/sync/org.ics"
> org-icalendar-include-todo t
> org-icalendar-combined-name (quote "Richard Riley ORG")
> 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)
> org-icalendar-timezone "Europe/Berlin"
> org-icalendar-include-bbdb-anniversaries t
> ; org-icalendar-timezone nil
> org-icalendar-store-UID t
Hey Richard,
Woohoo it seems that this solves everything !
I had to fiddle a bit (again, my Elisp abilities are more than lame) to
make it work for my 2 agendas. Here is my .emacs section if it can help
anyone :
========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)))
("~/org/homecal.ics" "~/org/homecal.html"))
("w" "Work-related tasks"
((tags "@work")
(tags-todo "@work"))
((org-agenda-ndays 300)
(org-icalendar-include-todo t)
(org-icalendar-combined-name "Work")
(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)))
("~/org/workcal.ics" "~/org/workcal.html"))))
========8<=======8<=======8<=======
Now TODOs dates are exported (DEADLINEs and SCHEDULED) and I realize how
late I am in my work playing too much with Org mode :)
I'll drop HTML export now that ICS works perfectly. Too bad GoogleAgenda
refresh is so random...
Thanks a lot Richard for the tips,
M
--
Michel Blanc
next prev parent reply other threads:[~2009-07-28 10:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-27 12:04 Calendar export questions (ical & html) Michel Blanc
2009-07-28 0:15 ` Bastien
2009-07-28 0:25 ` Bastien
2009-07-28 7:28 ` Michel Blanc
2009-07-28 7:30 ` Richard Riley
2009-07-28 10:16 ` Michel Blanc [this message]
2009-07-28 10:56 ` Bastien
2009-07-28 11:34 ` Michel Blanc
2009-07-28 10:41 ` Bastien
2009-08-03 13:48 ` Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A6ED006.2050001@erasme.org \
--to=mblanc@erasme.org \
--cc=bastienguerry@googlemail.com \
--cc=emacs-orgmode@gnu.org \
--cc=rileyrgdev@googlemail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).