> This looks like a copy-paste of `org-element-normalize-string'.
> Why not simply calling `org-element-normalize-string'?
I changed it at one point, but then changed it back and didn't realize that
it was ultimately unchanged.
Here's a patch that uses `org-element-normalize-string` instead.
> Al
On 19/06/2024 19:55, Christopher W. Ryan wrote:
In other words, if a complete novice, knowing nothing about LaTeX and
not having it on their machine ever, installed emacs and created an org
mode file, could they export via latex to PDF? Could they export to html?
For HTML export, LaTeX may be
On 19/06/2024 16:27, AndrĂ¡s Simonyi wrote:
On Wed, 15 May 2024 at 13:48, Max Nikulin wrote:
I had a hope that it might alleviate the issue and to make things
working out of the box for more users.
[...]
Of course it could be checked whether
a CSL style contains explicit instructions about how
Platon Pronko writes:
> However, regarding the original problem about cache seemingly being
> active - I do often notice that there are other issues with text
> highlighting (dates/todo markers/etc) and indentation breaking
> seemingly without reason. I will keep looking for these issues, but
> m
Thanks!
This appears to be an old bug in the parser.
Fixed, on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=9f4f7338d
Not for bugfix release as I do not want to break the parser accidentally
without testing, and the problem appears to rare enough to not call it
critical.