Re: [PATCH] ol.el: Recommend `browse-url' to `:follow' links

2023-02-11 Thread Ihor Radchenko
Max Nikulin writes: >> Maybe better add this to "A.3 Adding Hyperlink Types" section of the manual? > > If you you believe that the (info "(org) Adding Hyperlink Types") > section should be expanded then a complete example is necessary, some > ideas may be picked from > > https://orgmode.org/wo

Re: [PATCH] ol.el: Recommend `browse-url' to `:follow' links

2023-02-10 Thread Max Nikulin
On 10/02/2023 18:13, Ihor Radchenko wrote: Max Nikulin writes: I think, it might be helpful to mention the `browse-url' package in the docs for the :follow property of `org-link-parameters'. Writing code to launch an external application may be tricky, so it is better to delegate the task to ex

Re: [PATCH] ol.el: Recommend `browse-url' to `:follow' links

2023-02-10 Thread Ihor Radchenko
Max Nikulin writes: > I think, it might be helpful to mention the `browse-url' package in the > docs for the :follow property of `org-link-parameters'. Writing code to > launch an external application may be tricky, so it is better to > delegate the task to existing utilities. Maybe better ad