Re: [O] unexpected (buggy?) export to iCalendar beheaviour

2012-12-27 Thread Detlef Steuer
Hi Bastien,

 Hi,
 


[snip]

 
  So the SCHEDULED event is not exported. I assume that's a bug?
 
 I cannot reproduce this either from the maint or master branch.
 Let us know if there is still a bug for this.
 


Everything is fine on org's side. It is even documented that way, as I found 
out in the mean time. (section 12.12 of the manual, footnote 155)

Thx for looking into and sorry for the noise.

Detlef



 Thanks!
 
 -- 
  Bastien
 
 





Re: [O] unexpected (buggy?) export to iCalendar beheaviour

2012-12-23 Thread Bastien
Hi,

Detlef Steuer detlef.ste...@gmx.de writes:

 This

 ---
 * important
   SCHEDULED: 2012-12-03 Mo
 * not so important
  2012-12-03 Mo 
 ---

 is exported via C-c E i to

 ---
 BEGIN:VCALENDAR
 VERSION:2.0
 X-WR-CALNAME:test
 PRODID:-//steuer//Emacs with Org-mode//EN
 X-WR-TIMEZONE:CET
 X-WR-CALDESC:nil
 CALSCALE:GREGORIAN
 BEGIN:VEVENT
 UID: TS-f58e8c25-322d-426b-b4e9-6b3f74fff4ea
 DTSTART;VALUE=DATE:20121203
 DTEND;VALUE=DATE:20121204
 SUMMARY:not so important
 DESCRIPTION: 2012-12-03 Mo
 CATEGORIES:test
 END:VEVENT
 END:VCALENDAR
 ---

 So the SCHEDULED event is not exported. I assume that's a bug?

I cannot reproduce this either from the maint or master branch.
Let us know if there is still a bug for this.

Thanks!

-- 
 Bastien



[O] unexpected (buggy?) export to iCalendar beheaviour

2012-12-03 Thread Detlef Steuer
Hi!

This

---
* important
  SCHEDULED: 2012-12-03 Mo
* not so important
 2012-12-03 Mo 
---

is exported via C-c E i to

---
BEGIN:VCALENDAR
VERSION:2.0
X-WR-CALNAME:test
PRODID:-//steuer//Emacs with Org-mode//EN
X-WR-TIMEZONE:CET
X-WR-CALDESC:nil
CALSCALE:GREGORIAN
BEGIN:VEVENT
UID: TS-f58e8c25-322d-426b-b4e9-6b3f74fff4ea
DTSTART;VALUE=DATE:20121203
DTEND;VALUE=DATE:20121204
SUMMARY:not so important
DESCRIPTION: 2012-12-03 Mo
CATEGORIES:test
END:VEVENT
END:VCALENDAR
---

So the SCHEDULED event is not exported. I assume that's a bug?
Or is there some variable to set?

May be it is related to the bug reported for mobile-org this morning?

My setting:
Org-mode version 7.9.2 (release_7.9.2-646-g664217)
GNU Emacs 23.2.1 (x86_64-suse-linux-gnu, GTK+ Version 2.22.1)

Detlef