luavreis / org-mode-hs

Libraries and tool for parsing Org Mode documents with customizable exporters. 🦄
GNU General Public License v3.0
22 stars 5 forks source link

Export snippet parser issue has been resolved on Org side #1

Closed yantar92 closed 2 years ago

yantar92 commented 2 years ago

https://github.com/lucasvreis/org-parser/blob/master/SPEC.org#export-snippets

The described problem should be resolved in https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=96529e933b445dce52e4e904695f1d538c3e0e7f

The provided example is not an @html export snippet because snippet is an object and cannot span over multiple paragraph elements.

luavreis commented 2 years ago

Thanks! Teco told me about the patch last week. The SPEC.org file is a very informal thing that I wrote because he asked me, and I will probably delete it or move it elsewhere later. For now I have updated the file accordingly.