|
From: | Max Nikulin |
Subject: | Re: Warn about shell-expansion in the docstring of org-latex-to-html-convert-command |
Date: | Wed, 21 Feb 2024 21:38:10 +0700 |
User-agent: | Mozilla Thunderbird |
On 19/02/2024 02:36, Martin Edström wrote:
+Since this is a shell-command, remember to use single-quotes +around \\='%i\\=', not double-quotes! Else a math fragment such +as \"$y = 200$\" gets butchered into only \" = 200\"."
I am afraid, the code, not the docstring must be fixed. I have not tried it, but I expect an issue with
Test \(f' = df/dx\)So `shell-quote-argument' is necessary and quotes around %i must be stripped similar to %s in mailcap entries in `org-open-file'.
Notice that dollar-math $x = y$ is not recommended and considered as obsolete syntax. Use \(x = y\) or \[x = y\] (the latter for display math).
[Prev in Thread] | Current Thread | [Next in Thread] |