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
- 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|
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*
2858
2864
2859
2865
Tree-sitter parser might not be installed. Try running `:Org
2860
2866
install_treesitter_grammar` to reinstall it.
2861
2867
2862
2868
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*
2864
2870
2865
2871
Dates are generated with Lua native date support, and it reads your current
2866
2872
locale when creating them.
@@ -2876,7 +2882,7 @@ you have available on the system you can start the command `:language` and
2876
2882
press `<TAB>` to autocomplete possible options.
2877
2883
2878
2884
2879
-
Links are not concealed*orgmode-Links-are-not-concealed*
2885
+
LINKS ARE NOT CONCEALED*orgmode-troubleshooting-links-are-not-concealed*
2880
2886
2881
2887
Links are concealed with Vim's conceal feature (see `:help conceal`). To enable
2882
2888
concealing, add this to your `init.lua`:
@@ -2887,7 +2893,7 @@ concealing, add this to your `init.lua`:
2887
2893
<
2888
2894
2889
2895
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*
2891
2897
2892
2898
If you are using Windows, paths are by default written with backslashes. To use
2893
2899
forward slashes, you must enable `shellslash` option (see `:help shellslash`).
0 commit comments