From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Problem with icalendar export: all items with active timestamps are being exported Date: Wed, 28 Oct 2009 16:23:31 +0100 Message-ID: References: <20091028144926.GA15272@taupan.ath.cx> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3ANA-0005ja-Ti for emacs-orgmode@gnu.org; Wed, 28 Oct 2009 11:23:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3AN6-0005an-1p for emacs-orgmode@gnu.org; Wed, 28 Oct 2009 11:23:40 -0400 Received: from [199.232.76.173] (port=44116 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3AN5-0005ab-VF for emacs-orgmode@gnu.org; Wed, 28 Oct 2009 11:23:35 -0400 Received: from mail-ew0-f228.google.com ([209.85.219.228]:57437) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3AN5-0002xr-KV for emacs-orgmode@gnu.org; Wed, 28 Oct 2009 11:23:35 -0400 Received: by ewy28 with SMTP id 28so950374ewy.42 for ; Wed, 28 Oct 2009 08:23:34 -0700 (PDT) In-Reply-To: <20091028144926.GA15272@taupan.ath.cx> 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: friedel@nomaden.org Cc: Emacs-orgmode mailing list Hi Friedrich, you don't want normal time stamps in your agenda as events??? Well, this is an unusual idea. Well, pull from git and the say (setq org-icalendar-use-plain-timestamp nil) HTH - Carsten On Oct 28, 2009, at 3:49 PM, Friedrich Delgado Friedrichs wrote: > 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 > TauPan on Ircnet and Freenode ;) > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten