Update Woof! version at updates.orgmode.org? (was: [PATCH] org-manual.org: Update links to MathJax docs)

2022-08-22 Thread Ihor Radchenko
Max Nikulin  writes:

>> Applied onto main via 8d93f9b6b.
>> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=8d93f9b6b4e15427d62b84013ee726a0e6760ad9
>
> Let's try to convince Woof! that it is really
>
> Applied

Ain't working...

Bastien, is there any chance that Woof! version used in
updates.orgmode.org can be updated?


-- 
Ihor Radchenko,
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



Re: [PATCH] org-manual.org: Update links to MathJax docs

2022-08-22 Thread Max Nikulin

On 22/08/2022 09:39, Ihor Radchenko wrote:

Max Nikulin writes:

Hmm. I actually missed that 302 it is not actual error.

Applied onto main via 8d93f9b6b.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=8d93f9b6b4e15427d62b84013ee726a0e6760ad9


Let's try to convince Woof! that it is really

Applied




Re: [PATCH] org-manual.org: Update links to MathJax docs

2022-08-21 Thread Ihor Radchenko
Max Nikulin  writes:

>> It is not erring on my side. Maybe they changed something since last year?
>
> curl -I https://docs.mathjax.org/
>  ^^
> HTTP/2 302
> date: Sun, 21 Aug 2022 06:16:52 GMT
> content-type: text/html; charset=utf-8
> content-length: 0
> location: http://docs.mathjax.org/en/latest/
>^

Hmm. I actually missed that 302 it is not actual error.

Applied onto main via 8d93f9b6b.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=8d93f9b6b4e15427d62b84013ee726a0e6760ad9

Feel free to bump any other patch you that did not get a response. While
I did track the new patches recently, the ones introduced more than a
few months ago and those not being tracked at updates.orgmode.org have
likely slipped through the cracks.

-- 
Ihor Radchenko,
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



Re: [PATCH] org-manual.org: Update links to MathJax docs

2022-08-21 Thread Max Nikulin

On 21/08/2022 12:53, Ihor Radchenko wrote:

Max Nikulin writes:


Let's fix at least the link. Old one gives 404 error.


curl -I 'http://docs.mathjax.org/en/latest/tex.html'
HTTP/1.1 404 Not Found


Scheme is not changed to https: since the site prefers http:

 curl -I https://docs.mathjax.org/
 HTTP/2 302


It is not erring on my side. Maybe they changed something since last year?


curl -I https://docs.mathjax.org/
^^
HTTP/2 302
date: Sun, 21 Aug 2022 06:16:52 GMT
content-type: text/html; charset=utf-8
content-length: 0
location: http://docs.mathjax.org/en/latest/
  ^

response from 188.114.98.205:443






Re: [PATCH] org-manual.org: Update links to MathJax docs

2022-08-20 Thread Ihor Radchenko
Max Nikulin  writes:

> Let's fix at least the link. Old one gives 404 error.

Thanks!

> Scheme is not changed to https: since the site prefers http:
>
> curl -I https://docs.mathjax.org/
> HTTP/2 302

It is not erring on my side. Maybe they changed something since last year?

-- 
Ihor Radchenko,
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



[PATCH] org-manual.org: Update links to MathJax docs

2021-10-03 Thread Max Nikulin

On 03/10/2021 19:19, Max Nikulin wrote:


https://orgmode.org/manual/Math-formatting-in-HTML-export.html


(131)

Please note that exported formulas are part of an HTML document, and
that signs such as ‘<’, ‘>’, or ‘&’ have special meanings. See MathJax
TeX and LaTeX support.


The link is broken however.

http://docs.mathjax.org/en/latest/input/tex/html.html#html-special-characters 


Usually, it is sufficient simply to put spaces around these symbols to
cause the browser to avoid them, so

... when $x < y$ we have ...


Though I am a bit surprised that Org did not replace characters to  
and  during export. Perhaps, it is possible to define a filter.


Let's fix at least the link. Old one gives 404 error.

P.S. Curiously outside of math snippets "<>" are properly exported to 
""


>From be815b1476b5119db6c83363e1c7b2034b692ca6 Mon Sep 17 00:00:00 2001
From: Max Nikulin 
Date: Sun, 3 Oct 2021 23:12:11 +0700
Subject: [PATCH] org-manual.org: Update links to MathJax docs

* doc/org-manual.org (Footnotes): Fix links to particular sections in
MathJax manual.

Scheme is not changed to https: since the site prefers http:

curl -I https://docs.mathjax.org/
HTTP/2 302
date: Sun, 03 Oct 2021 16:04:15 GMT
location: http://docs.mathjax.org/en/latest/
---
 doc/org-manual.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index b25da7889..52306caa6 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -22121,9 +22121,9 @@ semantic relevance.
 
 [fn:130] Please note that exported formulas are part of an HTML
 document, and that signs such as =<=, =>=, or =&= have special
-meanings.  See [[http://docs.mathjax.org/en/latest/tex.html#tex-and-latex-in-html-documents][MathJax TeX and LaTeX support]].
+meanings.  See [[http://docs.mathjax.org/en/latest/input/tex/html.html#tex-and-latex-in-html-documents][MathJax TeX and LaTeX in HTML documents]].
 
-[fn:131] See [[http://docs.mathjax.org/en/latest/tex.html#tex-extensions][TeX and LaTeX extensions]] in the [[http://docs.mathjax.org][MathJax manual]] to learn
+[fn:131] See [[http://docs.mathjax.org/en/latest/input/tex/extensions.html#tex-and-latex-extensions][TeX and LaTeX extensions]] in the [[http://docs.mathjax.org][MathJax manual]] to learn
 about extensions.
 
 [fn:132] If the classes on TODO keywords and tags lead to conflicts,
-- 
2.25.1