Max Nikulin writes:
> One may got no response trying to fix a link.
>
> Max Nikulin to emacs-orgmode. [PATCH] org-manual.org: Update links to
> MathJax docs. Sun, 3 Oct 2021 23:17:46 +0700.
> https://list.orgmode.org/sjcl3b$gsr$1...@ciao.gmane.io
>
> In the particular case of docs.mathjax.org I am
> This contribution will be welcome.
I've attached a patch which implements the change. I followed the pattern that
ox-html uses to the greatest extent possible. I tested it by exporting org-mode
files to markdown with the table of contents both enabled and disabled. I
didn't see any errors, and I
> Thanks for the update!
> Applied onto main via 2cc2d8f1f with amendments.
> I fixed on double space " " between sentences, removed autoload cookie
> (that function is not used outside org-clock), and altered the docstring
> making the first line a single sentence and clarifying about the return
On 21/08/2022 18:07, Rohit Patnaik wrote:
I've attached a patch which implements the change.
Thank you for the patch.
@@ -229,9 +242,10 @@ When optional argument SCOPE is non-nil, build a table of
contents according to the specified element."
(concat
(unless scope
- (let ((sty
On 20/08/2022 14:29, Ihor Radchenko wrote:
Max Nikulin writes:
On 19/08/2022 11:28, Ihor Radchenko wrote:
Max Nikulin writes:
+(defun org-info--link-file-node (path)
+ "Extract file name and node from info link PATH.
+
+Return cons consisting of file name and node name or \"Top\" if node
+p
> Since md backend is derived from html, is it necessary to define an
> option specific to markdown or the value defined for HTML may be reused?
> I am unsure which variant will be more convenient, so it is not more
> than an idea that may be easily discarded.
I considered reusing the value fro
Ihor Radchenko writes on Sat 20 Aug 2022 15:20:
> I have tested the patch on emacs-27.2, and it works just fine. Can
> you please check again using the newest development version of Org?
Indeed, now it works for me too. Thanks.
> > I noticed that the section of the manual
> >
> >* Fee
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
Juan Manuel Macías writes:
>> Max Nikulin to emacs-orgmode. [PATCH] org-manual.org: Update links to
>> MathJax docs. Sun, 3 Oct 2021 23:17:46 +0700.
>> https://list.orgmode.org/sjcl3b$gsr$1...@ciao.gmane.io
>>
>> In the particular case of docs.mathjax.org I am unsure if mild
>> preference of http
"Rohit Patnaik" writes:
>> This contribution will be welcome.
>
> I've attached a patch which implements the change. I followed the pattern that
> ox-html uses to the greatest extent possible. I tested it by exporting
> org-mode
> files to markdown with the table of contents both enabled and dis
Max Nikulin writes:
>>> It returns a cons, doesn't it? Is it confusing that separator for
>>> components is related to the argument?
>>
>> It is confusing that cons consist of _file name_ and node name.
>> However, the function may return non-file as car of the cons.
>
> "dir" should not appear
11 matches
Mail list logo