Re: [PATCH v2] ol-info: Define :insert-description function

2022-08-21 Thread Ihor Radchenko
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

Re: [Feature Request] Create an org-md-toplevel-hlevel variable to allow users to set the level of top level headings in markdown export

2022-08-21 Thread Ihor Radchenko
"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

Auto-checking dead links in the manual (was: http: links in the manual)

2022-08-21 Thread Ihor Radchenko
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

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:

Re: Suspected bug: '#+STARTUP: indent' messes up inlinetasks' tag alignment

2022-08-21 Thread Alain . Cochard
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 > > > >*

Fwd: Re: [Feature Request] Create an org-md-toplevel-hlevel variable to allow users to set the level of top level headings in markdown export

2022-08-21 Thread Rohit Patnaik
> 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

Re: [PATCH v2] ol-info: Define :insert-description function

2022-08-21 Thread Max Nikulin
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

Re: [Feature Request] Create an org-md-toplevel-hlevel variable to allow users to set the level of top level headings in markdown export

2022-08-21 Thread Max Nikulin
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

Re: [PATCH v3] Show org file title in org-clock clocktable

2022-08-21 Thread Duy Nguyen
> 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

Re: [Feature Request] Create an org-md-toplevel-hlevel variable to allow users to set the level of top level headings in markdown export

2022-08-21 Thread Rohit Patnaik
> 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

Re: http: links in the manual

2022-08-21 Thread Juan Manuel Macías
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

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