emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Re: No mathematics in Texinfo exports


From: Ihor Radchenko
Subject: Re: [PATCH] Re: No mathematics in Texinfo exports
Date: Thu, 21 Apr 2022 14:11:31 +0800

Rudolf Adamkovič <salutis@me.com> writes:

> My patch (from almost a month ago) has yet to appear at
>
> https://updates.orgmode.org

This is strange. Marking the patch manually.
In any case, thanks for your contribution and patience.

> Any ideas what to do?  Could someone review it?

The idea sounds good and having tests is very good. Though I am not
expert in texinfo. CC-ing Nicolas. He is the maintainer.

A more general comment is rather about our org-element.el (maybe Nicolas
can answer)

> +      (cond
> +       ((or (string-match-p "^\\\\\\[" value)
> +            (string-match-p "^\\$\\$" value))
> ...
> +       ((string-match-p "^\\$" value)
> ...
> +       ((string-match-p "^\\\\(" value)

Why don't we just have an extra element property with the bracket info
in the output of org-element-latex-fragment-parser?

> Please note that I have never contributed patches via mail, and I have
> never signed any FSF papers. I would appreciate your guidance.

See https://orgmode.org/worg/org-contribute.html#copyright

Best,
Ihor




reply via email to

[Prev in Thread] Current Thread [Next in Thread]