Function: org--math-always-on

org--math-always-on is a function alias for org--math-p, defined in org.el.gz.

This function is obsolete since 9.7; use org--math-p instead.

Signature

(org--math-always-on ORIG-FUN &rest ARGS)

Documentation

Return t inside math fragments or running cdlatex-math-symbol.

This function is intended to be an :around advice for texmathp.

If Org mode thinks that point is actually inside an embedded LaTeX environment, return t when the environment is math or let texmathp do its job otherwise. M-x org-cdlatex-mode-map (org-cdlatex-mode-map)

Aliases

org--math-always-on (obsolete since 9.7)