emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Philipp Raschdorff <p.raschdorff@macnews.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: iCal Export Not Working to iCal 2.0.4
Date: Sun, 18 Feb 2007 22:09:51 +0100	[thread overview]
Message-ID: <bbd9f035b85cf7fe98ce420b1ff7fd22@science.uva.nl> (raw)
In-Reply-To: <1CF7F21A-5F0E-40F2-9DE7-B78D39B5589E@macnews.de>

Hi Philipp,

thanks a lot for this great summary.  I am wondering:  Would you like, 
after
digesting the changes in the forthcoming 4.66, to make this into a FAQ 
entry?


On Feb 18, 2007, at 2:39, Philipp Raschdorff wrote:

> 1. Create an org-file with your appointments and todos.
> HINT 1: It seems that there has to be a first headline, when exporting 
>  to an .ics-file, because if the first line is a todo it will not get 
> exported correctly.

Fixed in 4.66

> HINT 2: 	Todos without a deadline will not be exported!

you need:

      (setq org-icalendar-include-todo t)

TODO's with a deadline are exported as calendar entries (VEVENT),
not at all as TODO items (VTODO).  With the above setting, you will
get them as VTODO, so they will (for example in iCal) show up in
the TODO list, not in the calendar itself.

> HINT 3: it doesn't matter if a todo is marked done!

in 4.66, you can get the DONE ones as well with:

       (setq org-icalendar-include-todo 'all)
>
> MY QUESTIONS regarding the topig org-mode and .ics/iCal:
> - How can I export TODOS with missing Deadlines?

See above

> - How can I export TODOS that are marked DONE?

See above

> - More detailed instructions for syncing todos/appointments between 
> .ics files (iCal) and emacs org-mode

 From iCalendar to org-mode, this will remain difficult until someone has
a brilliant idea.  I don't.

- Carsten

  reply	other threads:[~2007-02-18 21:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-13  0:14 iCal Export Not Working to iCal 2.0.4 Alan Dove
2007-02-18  1:39 ` Philipp Raschdorff
2007-02-18 21:09   ` Carsten Dominik [this message]
2007-02-19 18:21     ` Alan Dove

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=bbd9f035b85cf7fe98ce420b1ff7fd22@science.uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=p.raschdorff@macnews.de \
    /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).