emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Friedrich Delgado Friedrichs <friedel@nomaden.org>
To: Emacs-orgmode mailing list <emacs-orgmode@gnu.org>
Subject: Problem with icalendar export: all items with active timestamps are being exported
Date: Wed, 28 Oct 2009 15:49:26 +0100	[thread overview]
Message-ID: <20091028144926.GA15272@taupan.ath.cx> (raw)

Hi!

I'm trying to get a sane export to my google calendar from org mode
and so I'm playing with org-export-icalendar-combine-agenda-files

Here the (hopefully relevant) subset of my settings:

 '(org-combined-agenda-icalendar-file "~/git/Org/home/org.ics")
 '(org-icalendar-categories (quote (all-tags category todo-state)))
 '(org-icalendar-include-body 1000)
 '(org-icalendar-include-sexps nil)
 '(org-icalendar-include-todo nil)
 '(org-icalendar-store-UID t)
 '(org-icalendar-timezone "Europe/Berlin")
 '(org-icalendar-use-deadline (quote (event-if-not-todo
 event-if-todo)))
 '(org-icalendar-use-scheduled (quote (event-if-not-todo
 event-if-todo)))
 

Thing is, I'd like to get *only* scheduled or deadlined TODO items in
my ics file, and I'd expect that setting (org-icalendar-include-todo
nil) would export no other todo items.

Unfortunately *every* item that has an active timestamp will be
exported this way, even if it's not SCHEDULED: or DEADLINE:.

Maybe I misunderstand the docs, but it looks like the check for (when
org-icalendar-include-todo ...) in org-icalendar.le won't ever be
relvant at all. (And the indentation of the when block is wrong, at
least in my git checkout from today (I just refreshed it, to make
sure).)

Any idea?
-- 
        Friedrich Delgado Friedrichs <friedel@nomaden.org>
                             TauPan on Ircnet and Freenode ;)

             reply	other threads:[~2009-10-28 14:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-28 14:49 Friedrich Delgado Friedrichs [this message]
2009-10-28 15:23 ` Problem with icalendar export: all items with active timestamps are being exported Carsten Dominik
2009-10-28 16:35   ` Friedrich Delgado Friedrichs
2009-10-28 17:00     ` Carsten Dominik
2009-10-28 20:26       ` Friedrich Delgado Friedrichs

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=20091028144926.GA15272@taupan.ath.cx \
    --to=friedel@nomaden.org \
    --cc=emacs-orgmode@gnu.org \
    /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).