hsitz / VimOrganizer

VimOrganizer is partly a clone of Emacs' Org-mode, and partly a front end to Org-mode itself. Do Org in Vim.
http://vimeo.com/31531308
518 stars 67 forks source link

Strange bug in agenda view with simple fix. #44

Open myrjola opened 12 years ago

myrjola commented 12 years ago

For example the file:

* Event
  :<2012-05-11 Fri 15:00>--<2012-05-11 Fri 16:00>

Results in an index error. My fix just switches to the get function to ensure no index error occurs and the file's agenda view displays correctly.