Re: Export snippet matching without closing "@@"

2023-08-15 Thread Tom Alexander
> Thanks for reporting! > Fixed, on main. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=e340dde63 Thanks for fixing! -- Tom Alexander

Re: Export snippet matching without closing "@@"

2023-08-15 Thread Ihor Radchenko
"Tom Alexander" writes: > I suspect this is a regression. I am using this test document: > ``` > @@latex: > ... > and dumped the AST with M-x eval-expression (message "%s" (pp-to-string > (org-element-parse-buffer))) > > When using the latest in main (commit >

Export snippet matching without closing "@@"

2023-08-14 Thread Tom Alexander
I suspect this is a regression. I am using this test document: ``` @@latex: \documentclass[margin,11pt]{res} % default is 10 pt @@ ``` and dumped the AST with M-x eval-expression (message "%s" (pp-to-string (org-element-parse-buffer))) When using the latest in main (commit