vim-orgmode icon indicating copy to clipboard operation
vim-orgmode copied to clipboard

<ll>ft errors

Open memeplex opened this issue 9 years ago • 5 comments

The find tags feature is not giving any completion and I get this error after entering some tag:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/carlos/.vim/bundle/vim-orgmode/ftplugin/orgmode/plugins/TagsProperties.py", line 106, in find_tags
    tags = vim.eval(u'input("Find Tags: ", "", "customlist,Org_complete_tags")')
vim.error: Vim(python):Traceback (most recent call last):

memeplex avatar Jul 23 '16 17:07 memeplex

Not sure whether this is of any help but when I call input("Find Tags: ", "", "customlist,Org_complete_tags") from the command line I get:

Error detected while processing function Org_complete_tags:                                                                                                               
line    3:                                                                                                                                                                
Traceback (most recent call last):                                                                                                                                        
  File "<string>", line 1, in <module>                                                                                                                                    
NameError: name 'ORGMODE' is not defined  

memeplex avatar Jul 23 '16 17:07 memeplex

I think this was because I installed vim-orgmode the pathogen way. Reinstalling from vba fixed the issue. Feel free to close this but first I would like to know if it's possible to install this plugin as a separate bundle, I don't like mixing the files of different plugins.

memeplex avatar Jul 23 '16 17:07 memeplex

Forget about my last comment: it wasn't a matter of vimball vs pathogen, a bundle using the v0.5.0 tag worked just fine. So there seems to be a bug in master after all.

memeplex avatar Jul 23 '16 19:07 memeplex

Thanks for reporting. Pull requests are welcome

jceb avatar Nov 13 '16 11:11 jceb

@memeplex, your bug report was some time ago. Do you still have that issue?

I am also using Pathogen and I don't experience that issue (with v0.6.0-28-gc6cd668), though there are similar issue for v0.6.0 and even more for v0.5.0 (as far as I could test it).

Probably this issue can be closed now. Please give some short notice, @memeplex.

doak avatar Feb 09 '20 12:02 doak