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
Copy file name to clipboardExpand all lines: doc/orgmode.txt
+14
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Table of Contents *orgmode-table-of-contents*
15
15
- Indentation is not working|orgmode-troubleshooting-indentation-is-not-working|
16
16
- I get treesitter/query.lua errors when opening agenda/capture prompt or org files|orgmode-troubleshooting-i-get-treesitter/query.lua-errors-when-opening-agenda/capture-prompt-or-org-files|
17
17
- Dates are not in English|orgmode-troubleshooting-dates-are-not-in-english|
18
+
- Chinese characters are not displayed correctly in agenda|orgmode-troubleshooting-chinese-characters-are-not-displayed-correctly-in-agenda|
18
19
- Links are not concealed |orgmode-troubleshooting-links-are-not-concealed|
19
20
- Jumping to file path is not working for paths with forward slash|orgmode-troubleshooting-jumping-to-file-path-is-not-working-for-paths-with-forward-slash|
20
21
@@ -2970,6 +2971,19 @@ you have available on the system you can start the command `:language` and
2970
2971
press `<TAB>` to autocomplete possible options.
2971
2972
2972
2973
2974
+
CHINESE CHARACTERS ARE NOT DISPLAYED CORRECTLY IN AGENDA*orgmode-troubleshooting-chinese-characters-are-not-displayed-correctly-in-agenda*
2975
+
2976
+
In case you use chinese characters in your Neovim, and characters appear as
2977
+
encoded, try setting the language to `zh_CN.UTF-8` with the same command as
2978
+
above:
2979
+
2980
+
>lua
2981
+
vim.cmd('language zh_CN.utf8')
2982
+
<
2983
+
2984
+
See related issue: <https://github.com/nvim-orgmode/orgmode/issues/879>
2985
+
2986
+
2973
2987
LINKS ARE NOT CONCEALED *orgmode-troubleshooting-links-are-not-concealed*
2974
2988
2975
2989
Links are concealed with Vim's conceal feature (see `:help conceal`). To enable
0 commit comments