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

Gvim double-click errors #38

Open djp opened 12 years ago

djp commented 12 years ago

Any time I douple-click in an .org file, SPLATT!! I get the following errors

Error detected while processing function OrgMouseDate..OrgRunSearch..32_ResultsToAgenda..32_AgendaBufferOpen: line 58: E37: No write since last change (add ! to override) Error detected while processing function OrgMouseDate: line 29: E171: Missing :endif Press ENTER or type command to continue

this doesn't happen if I go to another gvim tab, and double-click a non-org file.

hsitz commented 12 years ago

On Sun, Mar 25, 2012 at 6:20 PM, djp reply@reply.github.com wrote:

Any time I douple-click in an .org file, SPLATT!! I get the following errors

Error detected while processing function OrgMouseDate..OrgRunSearch..32_ResultsToAgenda..32_AgendaBufferOpen: line   58: E37: No write since last change (add ! to override) Error detected while processing function OrgMouseDate: line   29: E171: Missing :endif Press ENTER or type command to continue

Thanks, that's a bug that got introduced when I revamped Agenda searches and failed to change invocation with mouse clicks. You should be able to double click dates and/or tags to open associated agenda view, but as you point out it's temporarily broken. (Double clicks on text other than date or tag should do nothing. . . ) -- Herb