Re: [PATCH worg v2] ob-doc-gnuplot.org: Fix broken link to source.

2024-12-25 Thread Ihor Radchenko
Suhail Singh writes: > It might make sense to include an examples/plotting.org at some point, > with very different content. But as things stand today I believe of the > two files ob-doc-gnuplot.org is the one that should be retained and if > there's any meaningful information contained in org-b

Linking source files on worg (was: Re: [PATCH worg v2] ob-doc-gnuplot.org: Fix broken link to source.)

2024-12-11 Thread Max Nikulin
On 11/12/2024 02:25, Ihor Radchenko wrote: Ideally, we want to use a simple [[./file.org]] links. But it is actually tricky because of `org-html-link-org-files-as-html'. So, direct http link has to do for now. I would say e.g. [[org-src:file.org]] while simple [[file:file.org]] is for the *exp

Re: [PATCH worg v2] ob-doc-gnuplot.org: Fix broken link to source.

2024-12-10 Thread Ihor Radchenko
Max Nikulin writes: > On 03/12/2024 02:32, Suhail Singh wrote: >> Max Nikulin writes: >> >> For now, I simply wanted to ensure the link was no longer broken. Feel >> free to discard the patch in favor of another that addresses the issue >> generically. > > I have pushed a commit changing worg/s

Re: [PATCH worg v2] ob-doc-gnuplot.org: Fix broken link to source.

2024-12-10 Thread Suhail Singh
Max Nikulin writes: > I have realized that ob-doc-gnuplot.org and org-babel-gnuplot.org files are > quite similar. Good catch! The latter have not got some recent update though. I think, the > former may use noweb to have source code blocks active while using the same > content for exporting wi

Re: [PATCH worg v2] ob-doc-gnuplot.org: Fix broken link to source.

2024-12-05 Thread Max Nikulin
On 29/11/2024 23:26, Suhail Singh wrote: +++ b/org-contrib/babel/languages/ob-doc-gnuplot.org @@ -34,7 +34,7 @@ * Introduction usage. Since babel is simply allowing native code to run inside of Org-mode, all gnuplot documentation is applicable and valid. [fn:1] -This file may be downloaded

Re: [PATCH worg v2] ob-doc-gnuplot.org: Fix broken link to source.

2024-12-03 Thread Max Nikulin
On 03/12/2024 02:32, Suhail Singh wrote: Max Nikulin writes: For now, I simply wanted to ensure the link was no longer broken. Feel free to discard the patch in favor of another that addresses the issue generically. I have pushed a commit changing worg/sources/ links to git.sr.ht in 3 files.

Re: [PATCH worg v2] ob-doc-gnuplot.org: Fix broken link to source.

2024-12-02 Thread Max Nikulin
On 29/11/2024 23:26, Suhail Singh wrote: -This file may be downloaded here: [[https://orgmode.org/worg/sources/org-contrib/babel/examples/org-babel- gnuplot.org][org-babel-gnuplot.org]]. The image +This file may be downloaded here: [[https://orgmode.org/worg/org-contrib/babel/examples/org-babel

Re: [PATCH worg v2] ob-doc-gnuplot.org: Fix broken link to source.

2024-12-02 Thread Suhail Singh
Max Nikulin writes: > I am in doubts what kind of links should be used. Bastien committed a lot of > git.sr.ht links: > https://git.sr.ht/~bzg/worg/commit/e26fa7ba00#org-contrib/babel/uses.org > > I expected to find a macro for this purpose, but it seems there is no one. Yes, either macros or li