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
+21
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Table of Contents *orgmode-table-of-contents*
14
14
2. Troubleshooting |orgmode-troubleshooting|
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
+
- I get .../orgmode/parser/org.so is not a valid Win32 application on Windows|orgmode-troubleshooting-i-get-.../orgmode/parser/org.so-is-not-a-valid-win32-application-on-windows|
17
18
- Dates are not in English|orgmode-troubleshooting-dates-are-not-in-english|
18
19
- Chinese characters are not displayed correctly in agenda|orgmode-troubleshooting-chinese-characters-are-not-displayed-correctly-in-agenda|
19
20
- Links are not concealed |orgmode-troubleshooting-links-are-not-concealed|
@@ -3048,6 +3049,26 @@ Tree-sitter parser might not be installed. Try running `:Org
3048
3049
install_treesitter_grammar` to reinstall it.
3049
3050
3050
3051
3052
+
I GET .../ORGMODE/PARSER/ORG.SO IS NOT A VALID WIN32 APPLICATION ON WINDOWS*orgmode-troubleshooting-i-get-.../orgmode/parser/org.so-is-not-a-valid-win32-application-on-windows*
3053
+
3054
+
This issue can happen due to wrong C compiler being used for building the
3055
+
parser. By default, first one available from this list is chosen: `cc, gcc,
3056
+
clang, cl, zig` If you want to use a specific parser, you can override the
3057
+
`compilers` list before calling the `setup()` like this:
0 commit comments