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

No tag autocompletion #299

Open memeplex opened 6 years ago

memeplex commented 6 years ago

When trying to autocomplete tags in the current file using tab I get:

Error detected while processing :
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):
doak commented 4 years ago

Duplicate of #247.