Re: [PATCH] Support #+include-ing URLs

2022-06-12 Thread Timothy
Hi All, > This is just a little patchset to treat #+include: URL the same way as > #+setupfile: URL. All the usual #+include: bells and whistles > (::*Heading, :lines, etc.) work as normal. Since it's been a week and nobody has raised any objections to this functionality (though it has provoked

Re: [PATCH] Support #+include-ing URLs

2022-06-07 Thread Fraga, Eric
On Tuesday, 7 Jun 2022 at 19:27, Timothy wrote: > This already occurs with #+setupfile. Ah, interesting. I had not realised this. It definitely would be nice to provide confirmation for setup files as well, then. thank you, eric -- : Eric S Fraga, with org release_9.5.4-521-g1105da in Emacs

Re: [PATCH] Support #+include-ing URLs

2022-06-07 Thread Timothy
Hi Eric, >> Is it possible to disable fetching remote files by some setting? > > I would not want automatic retrieval of URLs without confirmation. This already occurs with #+setupfile. I think this is a good point to raise, but a slightly separate one as it concerns the pre-existing behaviour o

Re: [PATCH] Support #+include-ing URLs

2022-06-07 Thread Fraga, Eric
On Sunday, 5 Jun 2022 at 22:01, Max Nikulin wrote: > Is it possible to disable fetching remote files by some setting? +1 I would not want automatic retrieval of URLs without confirmation. -- : Eric S Fraga, with org release_9.5.4-521-g1105da in Emacs 29.0.50

Re: [PATCH] Support #+include-ing URLs

2022-06-05 Thread Max Nikulin
On 05/06/2022 21:32, Timothy wrote: This is just a little patchset to treat #+include: URL the same way as #+setupfile: URL. All the usual #+include: bells and whistles (::*Heading, :lines, etc.) work as normal. Is it possible to disable fetching remote files by some setting? If I remember

[PATCH] Support #+include-ing URLs

2022-06-05 Thread Timothy
Hi All, This is just a little patchset to treat `#+include: URL' the same way as `#+setupfile: URL'. All the usual `#+include:' bells and whistles (`::*Heading', `:lines', etc.) work as normal. All the best, Timothy >From df0b382e43cf44860247fafd14bd2932fe3ed026 Mon Sep 17 00:00:00 2001 From: TEC