Skip to content

Commit 4c942f7

Browse files
author
github-actions
committed
[docgen] Update docs
1 parent 0375fe5 commit 4c942f7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: doc/orgmode.txt

+14
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Table of Contents *orgmode-table-of-contents*
1515
- Indentation is not working|orgmode-troubleshooting-indentation-is-not-working|
1616
- 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|
1717
- 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|
1819
- Links are not concealed |orgmode-troubleshooting-links-are-not-concealed|
1920
- 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|
2021

@@ -2970,6 +2971,19 @@ you have available on the system you can start the command `:language` and
29702971
press `<TAB>` to autocomplete possible options.
29712972

29722973

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+
29732987
LINKS ARE NOT CONCEALED *orgmode-troubleshooting-links-are-not-concealed*
29742988

29752989
Links are concealed with Vim's conceal feature (see `:help conceal`). To enable

0 commit comments

Comments
 (0)