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: docs/troubleshoot.org
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
#+OPTIONS: H:9
2
-
** Troubleshooting
3
-
*** Indentation is not working
2
+
* Troubleshooting
3
+
** Indentation is not working
4
4
5
5
Make sure you are not overriding indentexpr in Org buffers with [[https://github.com/nvim-treesitter/nvim-treesitter#indentation][nvim-treesitter indentation]]
6
6
7
-
*** I get ~treesitter/query.lua~ errors when opening agenda/capture prompt or org files
7
+
** I get ~treesitter/query.lua~ errors when opening agenda/capture prompt or org files
8
8
9
9
Tree-sitter parser might not be installed.
10
10
Try running ~:Org install_treesitter_grammar~ to reinstall it.
11
11
12
-
*** Dates are not in English
12
+
** Dates are not in English
13
13
Dates are generated with Lua native date support, and it reads your current locale when creating them.
14
14
#+HTML: <br/>
15
15
To use different locale you can add this to your ~init.lua~:
0 commit comments