From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: iCalendar export creates VTODO *and* VEVENT for TODO entries with timestamp [6.36trans (release_6.36.158.g1378)] Date: Fri, 4 Jun 2010 13:28:02 +0200 Message-ID: References: <87vd9zqou1.fsf@thinkpad.tsdh.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=48029 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKVNi-00059O-Py for emacs-orgmode@gnu.org; Fri, 04 Jun 2010 07:48:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKVNh-0007aC-4p for emacs-orgmode@gnu.org; Fri, 04 Jun 2010 07:48:10 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:49283) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKVNg-0007XA-UI for emacs-orgmode@gnu.org; Fri, 04 Jun 2010 07:48:09 -0400 Received: by mail-wy0-f169.google.com with SMTP id 39so896188wyb.0 for ; Fri, 04 Jun 2010 04:48:08 -0700 (PDT) In-Reply-To: <87vd9zqou1.fsf@thinkpad.tsdh.de> 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: Tassilo Horn Cc: emacs-orgmode@gnu.org On Jun 4, 2010, at 8:44 AM, Tassilo Horn wrote: > > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? =20= > See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org-mode mailing list. > = ------------------------------------------------------------------------ > > Hi all, > > I really like the iCalendar export. I'm using that to export all my > agenda files when I save them, and import the ics files in KOrganizer, > so that I also have a visual agenda. > > But there's one thing which might be a bug. I have this TODO entry: > > *** TODO Einteilung f=FCr Nacht der Informatik machen > <2010-06-08 Tue> Hi Tassilo, before looking deeper: Why don't you schedule the item for this day? - Carsten > > When I export the file containing that entry to iCalendar, what I =20 > get is > one VTODO with SUMMARY "Einteilung f=FCr Nacht der Informatik machen", > which has no due date. Additionally, there's one VEVENT on 2010-06-08 > with SUMMARY "TODO Einteilung f=FCr Nacht der Informatik machen". > > If I set that date as DEADLINE, there's only one VTODO appearing on =20= > the > deadline date. But for simple, short tasks that have to be done on a > given date, I prefer not to use DEADLINE, so that it doesn't show up =20= > on > previous days in the org agenda. > > So IMHO, TODO entries should always become one VTODO each and no =20 > VEVENT, > and if there's no DEADLINE in org, then the normal date should be =20 > set as > DUE-date. > > Bye, > Tassilo > > Emacs : GNU Emacs 24.0.50.1 (x86_64-pc-linux-gnu, GTK+ Version =20 > 2.18.9) > of 2010-06-03 on thinkpad > Package: Org-mode version 6.36trans (release_6.36.158.g1378) > > current state: > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > (setq > org-log-done 'time > org-remember-default-headline 'bottom > org-archive-default-command 'org-archive-set-tag > org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-=20= > vars) > org-link-frame-setup '((vm . vm-visit-folder) (gnus . org-gnus-no-=20 > new-news) > (file . find-file-other-window)) > org-special-ctrl-a/e 'reversed > org-agenda-files '("/home/horn/repos/org") > org-agenda-include-diary t > org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent) > org-gnus-prefer-web-links t > org-fontify-whole-heading-line t > org-after-todo-state-change-hook '(org-clock-out-if-current) > org-attach-directory "/home/horn/repos/org/attachments" > org-special-ctrl-k t > org-agenda-time-leading-zero t > org-agenda-restore-windows-after-quit t > org-export-latex-format-toc-function 'org-export-latex-format-toc-=20 > default > org-export-preprocess-hook '(org-export-blocks-preprocess) > org-tab-first-hook '(org-hide-block-toggle-maybe) > org-src-mode-hook '(org-src-mode-configure-edit-buffer) > org-finalize-agenda-hook '(th-org-agenda-to-appt) > org-confirm-shell-link-function 'yes-or-no-p > org-export-first-hook '(org-beamer-initialize-open-trackers) > org-todo-keywords '((sequence "TODO(t)" "STARTED(s)" "DELEGATED(g)" =20= > "IDEA(i)" "|" "DONE(d)" > "CANCELLED(c)") > ) > org-agenda-before-write-hook '(org-agenda-add-entry-text) > org-export-latex-packages-alist '(("" "a4wide" nil)) > org-default-notes-file "/home/horn/repos/org/remember.org" > org-directory "/home/horn/repos/org" > org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-=20 > drawers > org-cycle-show-empty-lines org-optimize-window-=20 > after-visibility-change) > org-export-preprocess-before-normalizing-links-hook '(org-remove-=20 > file-link-modifiers) > org-mode-hook '(th-org-mode-init > #[nil "\300\301\302\303\304$\207" > [org-add-hook change-major-mode-hook org-show-=20 > block-all append local] 5] > ) > org-refile-targets '((org-agenda-files :maxlevel . 5)) > org-complete-tags-always-offer-all-agenda-tags t > org-return-follows-link t > org-confirm-elisp-link-function 'yes-or-no-p > org-refile-use-outline-path 'file > org-log-into-drawer "LOGBOOK" > org-icalendar-categories '(all-tags category) > org-agenda-mode-hook '(th-org-agenda-mode-init) > org-enforce-todo-dependencies t > org-refile-allow-creating-parent-nodes 'confirm > org-occur-hook '(org-first-headline-recenter) > org-icalendar-include-body t > org-agenda-skip-additional-timestamps-same-entry nil > org-export-preprocess-before-selecting-backend-code-hook '(org-=20 > beamer-select-beamer-code) > org-modules '(org-attach org-protocol org-id org-bbdb org-bibtex org-=20= > docview org-gnus org-info > org-jsinfo org-irc org-w3m) > org-columns-default-format "%50ITEM %TODO %ALLTAGS %SCHEDULED =20 > %DEADLINE" > outline-minor-mode-hook '(th-outline-minor-mode-init) > org-remember-templates '(("NORMAL" 110 > "* %?\n :PROPERTIES:\n :created: %U=20 > \n :link: %a\n :END:\n %i") > ("TODO" 116 > "* TODO %?\n :PROPERTIES:\n :created: %U=20= > \n :link: %a\n :END:\n %i") > ("IDEA" 105 > "* IDEA %?\n :PROPERTIES:\n :created: %U=20= > \n :link: %a\n :END:\n %i") > ("BROWSER" 119 > "* %:description :browser:\n :PROPERTIES:=20= > \n :created: %U\n :link: %:link\n :END:\n %c\n\n %i") > ) > org-icalendar-include-todo t > org-remember-backup-directory "~/tmp/" > org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-=20= > toc > org-beamer-auto-fragile-frames > org-beamer-place-default-actions-for-=20 > lists) > org-attach-method 'mv > ) > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten