all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ihor Radchenko <yantar92@posteo.net>
To: Tony Zorman <tony.zorman@tu-dresden.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: The org--math-p advice around texmathp
Date: Sat, 16 Mar 2024 10:07:36 +0000	[thread overview]
Message-ID: <87v85mij6f.fsf@localhost> (raw)
In-Reply-To: <8734srz0qi.fsf@hyperspace>

Tony Zorman <tony.zorman@tu-dresden.de> writes:

>> For example, something like \alpha is a valid Org mode entity.
>> Without `org--math-p' advice, if you do "`a" in Org buffer with
>> org-cdlatex-mode, you will see $\alpha$ inserted. With the advice, just
>> \alpha will be inserted.
> ...
>
> For example, I would think it's expected behaviour that "`a" in a string
> produces "\(\alpha\)" with CDLaTeX; indeed, so far I thought it was just
> a bug that it didn't! Likewise, that a standalone `a produces \alpha
> instead of \(\alpha\). Why is this not expected behaviour in Org?

In Org mode, there is a significant difference between \alpha and
\(\alpha\). The former is natively fontified (with `org-pretty-entities'
set to t) and natively exported to HTML/ASCII/ODT/etc. In contrast,
\(\alpha\) is very generic and Org mode has to invoke LaTeX, and
transform the contents into an image to render it. This includes export.

So, plain \alpha entity is generally more universal when in Org mode.

Further on the topic of the advice, the original texmathp has no idea
about Org-mode's syntax. If you have something like

Verbatim text: =\(= followed by \alpha \)

Then, (texmathp) will return non-nil on "\alpha" disregarding Org mode's
syntax.


-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


  reply	other threads:[~2024-03-16 10:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-09 19:41 The org--math-p advice around texmathp Tony Zorman
2024-03-13 12:58 ` Ihor Radchenko
2024-03-14 16:15   ` Tony Zorman
2024-03-15 14:14     ` Ihor Radchenko
2024-03-15 20:41       ` Tony Zorman
2024-03-16 10:07         ` Ihor Radchenko [this message]
2024-03-16 12:23           ` Tony Zorman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87v85mij6f.fsf@localhost \
    --to=yantar92@posteo.net \
    --cc=emacs-orgmode@gnu.org \
    --cc=tony.zorman@tu-dresden.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.