Hello,

TEC <tecos...@gmail.com> writes:

> I thought that too initially. The think is you actually want them in the LaTeX
> buffer so they get treated as mathematics instead of text.

Indeed!

Still, END is not correct, because it includes white space after the
object. So, you probably need something like:

  (end (org-with-point-at (org-element-property :end datum)
        (skip-chars-backward " \t")
        (point)))

Regards,

-- 
Nicolas Goaziou

Reply via email to