-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pandoc does not match Emacs when reading org files #9042
Comments
Here's what I get when I load that org file in Emacs and do
Just like pandoc, then, it is treating this as a list. |
I think this depends on the state of With a value of
|
Thanks for the clarification. I assume that the default for In any case, it does look as if the org reader checks the |
OK, I see. The way the code is now written, |
Should be fixed now. |
Thank you! Just for documentation purposes, doomemacs sets |
I'm grateful to know about |
What does
My normal setup returns the same value, but I think the problem here is that org has its own opinions about parsing that change over time, etc. and can be heavily customized. Maybe the standard for the org reader should specify vanilla emacs, stable version, etc. as the target. That would clarify future queries and give a useful test I.e.:
Then again, if someone thought it was fun, writing a parser for |
I get the same result: just a paragraph, nothing about a list. Still, the |
(Apologies, I reported the issue #9041 the wrong way.)
Pandoc does not match Emacs when reading org files. I.e. calling
emacs -Q test.org
ontest.org
Does not parse either "p." or "P." as a list item. Exporting to HTML, for example results in:
This matches the behavior described in the Org Mode manual.
On the other hand, calling
pandoc -f org -t html test.org -o test.html
results inReproduced with: https://pandoc.org/try and MacOS 13.5.1 with pandoc 3.1.6.2 (Features: +server +lua Scripting engine: Lua 5.4) via homebrew and GNU Emacs 29.1 via homebrew.
Respectfully submitted.
The text was updated successfully, but these errors were encountered: