Skip to content

Commit 056c217

Browse files
author
github-actions
committed
[docgen] Update docs
1 parent 27d91ad commit 056c217

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

doc/orgmode.txt

+13-7
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ Table of Contents *orgmode-table-of-contents*
1111
- Mappings |orgmode-configuration-mappings|
1212
- Features |orgmode-configuration-features|
1313
- User interface |orgmode-configuration-user-interface|
14-
- Troubleshooting |orgmode-configuration-troubleshooting|
14+
2. Troubleshooting |orgmode-troubleshooting|
15+
- Indentation is not working|orgmode-troubleshooting-indentation-is-not-working|
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+
- Dates are not in English|orgmode-troubleshooting-dates-are-not-in-english|
18+
- Links are not concealed |orgmode-troubleshooting-links-are-not-concealed|
19+
- 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|
1520

1621
==============================================================================
1722
1. Configuration *orgmode-configuration*
@@ -2845,22 +2850,23 @@ this to config:
28452850
<
28462851

28472852

2848-
TROUBLESHOOTING *orgmode-configuration-troubleshooting*
2853+
==============================================================================
2854+
2. Troubleshooting *orgmode-troubleshooting*
28492855

28502856

2851-
Indentation is not working *orgmode-Indentation-is-not-working*
2857+
INDENTATION IS NOT WORKING*orgmode-troubleshooting-indentation-is-not-working*
28522858

28532859
Make sure you are not overriding indentexpr in Org buffers with nvim-treesitter
28542860
indentation <https://github.com/nvim-treesitter/nvim-treesitter#indentation>
28552861

28562862

2857-
I get treesitter/query.lua errors when opening agenda/capture prompt or org files*orgmode-I-get-treesitter/query.lua-errors-when-opening-agenda/capture-prompt-or-org-files*
2863+
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*
28582864

28592865
Tree-sitter parser might not be installed. Try running `:Org
28602866
install_treesitter_grammar` to reinstall it.
28612867

28622868

2863-
Dates are not in English *orgmode-Dates-are-not-in-English*
2869+
DATES ARE NOT IN ENGLISH *orgmode-troubleshooting-dates-are-not-in-english*
28642870

28652871
Dates are generated with Lua native date support, and it reads your current
28662872
locale when creating them.
@@ -2876,7 +2882,7 @@ you have available on the system you can start the command `:language` and
28762882
press `<TAB>` to autocomplete possible options.
28772883

28782884

2879-
Links are not concealed *orgmode-Links-are-not-concealed*
2885+
LINKS ARE NOT CONCEALED *orgmode-troubleshooting-links-are-not-concealed*
28802886

28812887
Links are concealed with Vim's conceal feature (see `:help conceal`). To enable
28822888
concealing, add this to your `init.lua`:
@@ -2887,7 +2893,7 @@ concealing, add this to your `init.lua`:
28872893
<
28882894

28892895

2890-
Jumping to file path is not working for paths with forward slash*orgmode-Jumping-to-file-path-is-not-working-for-paths-with-forward-slash*
2896+
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*
28912897

28922898
If you are using Windows, paths are by default written with backslashes. To use
28932899
forward slashes, you must enable `shellslash` option (see `:help shellslash`).

0 commit comments

Comments
 (0)