Hello, TEC <[email protected]> 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
