[O] Icalendar Export Broken in Git Version

2012-08-14 Thread Charles Philip Chan
Hello: I tried to export an icalendar file with the current git version of org-mode and it failed. I debugged it by loading org-install on a clean Emacs with no init files and this is what I got: , | Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) |

Re: [O] Icalendar Export Broken in Git Version

2012-08-14 Thread Bastien
Hi Charles, Charles Philip Chan cpc...@bell.net writes: I tried to export an icalendar file with the current git version of org-mode and it failed. I debugged it by loading org-install on a clean Emacs with no init files and this is what I got: Fixed, thanks for reporting this. -- Bastien

Re: [O] Icalendar Export Broken in Git Version

2012-08-14 Thread Nick Dokos
Charles Philip Chan cpc...@bell.net wrote: Hello: I tried to export an icalendar file with the current git version of org-mode and it failed. I debugged it by loading org-install on a clean Emacs with no init files and this is what I got: , | Debugger entered--Lisp error:

Re: [O] Icalendar Export Broken in Git Version

2012-08-14 Thread Charles Philip Chan
Nick Dokos nicholas.do...@hp.com writes: Hi Nick: Thanks, Bastien already fixed it. There are only two recent commits against org-icalendar. The second one mentions org-print-icalendar-entries, so I bet that's the culprit :-) I figured that it was that commit too when I grepped the git log.