jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.1k stars 266 forks source link

<ll>ft errors #247

Open memeplex opened 8 years ago

memeplex commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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.

jceb commented 7 years ago

Thanks for reporting. Pull requests are welcome

doak commented 4 years ago

@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.