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

TODO list broken #59

Closed potash closed 10 years ago

potash commented 11 years ago

When I try to view TODO list (,ag t) I get the following error:

Error detected while processing function OrgAgendaDashboard..40_RunCustom..OrgRunSearch..

40_MakeResults..40_OrgIfExprResults: line 28: E716: Key not present in Dictionary: props E15: Invalid expression: b:v.org_dict[headline].props Everything is up to date and vim is 7.3 (Debian stable). Thanks.
hsitz commented 11 years ago

On Sun, Jun 23, 2013 at 4:12 PM, potash notifications@github.com wrote:

When I try to view TODO list (,ag t) I get the following error:

Error detected while processing function OrgAgendaDashboard..40_RunCustom..OrgRunSearch.. 40_MakeResults..40_OrgIfExprResults: line 28: E716: Key not present in Dictionary: props E15: Invalid expression: b:v.org_dict[headline].props

Everything is up to date and vim is 7.3 (Debian stable). Thanks.

Potash -- Was this working for you before it broke, or is this a first time install you're trying to get working?

potash commented 11 years ago

First install (on this machine).

Edit: Agenda mode (,ag a) and timeline (,ag L) both work. I get a similar error when I try to do a match (,ag m):

Error detected while processing function OrgAgendaDashboard..40_RunCustom.. OrgRunSearch..40_MakeResults..OrgMakeDictInherited..40_GetBasicMeta: line 10: E716: Key not present in Dictionary: 304

hsitz commented 11 years ago

On Sun, Jun 23, 2013 at 7:10 PM, potash notifications@github.com wrote:

First install (on this machine).

thanks, thought your named sounded familiar. Am I right that you've set it up and had it running on a different machine before? Just trying to get a feel for what sort of configuration problem there might be. . . -- Herb

potash commented 11 years ago

Yes I've had it running on a different machine. By the way I am using pathogen, and the only other plugin besides VimOrganizer and its dependencies is vim-latex. I just tested it with .vimrc exactly as in your INSTALL.txt and get the same error. Thanks.

Edit: I removed vim-latex and the error persists.

hsitz commented 11 years ago

On Sun, Jun 23, 2013 at 8:03 PM, potash notifications@github.com wrote:

Yes I've had it running on a different machine. By the way I am using pathogen, and the only other plugin besides VimOrganizer and its dependencies is vim-latex. I just tested it with .vimrc exactly as in your INSTALL.txt and get the same error. Thanks.

potash --

Could you check your vimrc with the sample '_vimrc' in the main VimOrganizer directory?:( https://github.com/hsitz/VimOrganizer/blob/master/_vimrc ) That may give clue that you're not getting from the instructions in INSTALL.txt.

Also, are any agenda functions other than the TODO working? E.g., the regular agenda date search, comma-ag-a? Does that work correctly, and if not, is there any error message?

-- Herb

potash commented 10 years ago

Issue was resolved when I moved to a fresh install of vim.