You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are non-ascii filenames on my g:org_agenda_files, when I enter the agenda view, I get the following error:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/nix/store/4xcf67ki8hdjqjgsidblkc371f28r2di-vim-pack-dir/pack/myVimPackage/start/vim-orgmode/ftplugin/orgmode/plugins/Agenda.py", line 143, in list_next_week
agenda_documents = cls._get_agendadocuments()
File "/nix/store/4xcf67ki8hdjqjgsidblkc371f28r2di-vim-pack-dir/pack/myVimPackage/start/vim-orgmode/ftplugin/orgmode/plugins/Agenda.py", line 83, in _get_agendadocuments
return self._load_agendafiles(agenda_files)
File "/nix/store/4xcf67ki8hdjqjgsidblkc371f28r2di-vim-pack-dir/pack/myVimPackage/start/vim-orgmode/ftplugin/orgmode/plugins/Agenda.py", line 99, in _load_agendafiles
vim.command(u_encode(u'badd %s' % agenda_file.replace(" ", "\\ ")))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 54: ordinal not in range(128)
If I rename the offending file to only contain ASCII characters (the offending filename was Felújítás.org), it works fine. My locale is hu_HU.UTF-8.
The text was updated successfully, but these errors were encountered:
Hi!
If there are non-ascii filenames on my
g:org_agenda_files
, when I enter the agenda view, I get the following error:If I rename the offending file to only contain ASCII characters (the offending filename was
Felújítás.org
), it works fine. My locale ishu_HU.UTF-8
.The text was updated successfully, but these errors were encountered: