Skip to content

Commit e0f4329

Browse files
author
nvim-orgmode
committed
1 parent 0c297d8 commit e0f4329

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/troubleshoot.org

+10
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ vim.cmd('language en_US.utf8')
2121
Just make sure you have ~en_US~ locale installed on your system. To see what you have available on the system you can
2222
start the command ~:language~ and press ~<TAB>~ to autocomplete possible options.
2323

24+
** Chinese characters are not displayed correctly in agenda
25+
In case you use chinese characters in your Neovim, and characters appear as encoded,
26+
try setting the language to =zh_CN.UTF-8= with the same command as above:
27+
28+
#+begin_src lua
29+
vim.cmd('language zh_CN.utf8')
30+
#+end_src
31+
32+
See related issue: [[https://github.com/nvim-orgmode/orgmode/issues/879]]
33+
2434
** Links are not concealed
2535
Links are concealed with Vim's conceal feature (see ~:help conceal~). To enable concealing, add this to your ~init.lua~:
2636

0 commit comments

Comments
 (0)