Re: [PATCH] Re: [BUG] [C-u C-u C-c C-o] open link with external program invalid to open file

2021-01-21 Thread Christopher Miles
Maxim Nikulin writes: > On 21/01/2021 07:58, Christopher Miles wrote: >> >> I "=git am=" your first patch, but failed to apply your second patch. Seems >> not >> continuous. So I modify code manually. I found I can't find the local >> variable >> ~shell-command~, and ~shell-command-switch~. C

Re: [PATCH] Org Agenda Support Argument Collection for Custom Bulk Functions (was: Custom Bulk Functions With Prompt)

2021-01-21 Thread Kyle Meyer
Kevin Foley writes: > Attached patch should allow user to specify a function to collect > arguments when calling a custom bulk function such that those arguments > are only collected once and used for each entry. Thanks, Kevin and Ihor. This sounds like a good change to me too. > Subject: [PATC

Re: [PATCH] ox-md.el/markdown-hyperlink

2021-01-21 Thread Kyle Meyer
[ Sorry for the delay. ] turbo.c...@clovermail.net writes: > exporting to markdown loses radio target hyperlinks. Thanks for the patch, and thanks TEC for testing it out. Pushed (3916a5740). > Subject: [PATCH] ox-md.el/markdown-hyperlink > > * ox-md.el (org-md-link): format markdown hyperlink

Re: [PATCH] Org Agenda Support Argument Collection for Custom Bulk Functions (was: Custom Bulk Functions With Prompt)

2021-01-21 Thread Ihor Radchenko
Kevin Foley writes: > Attached patch should allow user to specify a function to collect > arguments when calling a custom bulk function such that those arguments > are only collected once and used for each entry. Looks good for me. Maybe you can also add an entry to ORG-NEWS. Marking this threa

Re: [PATCH] Re: [BUG] [C-u C-u C-c C-o] open link with external program invalid to open file

2021-01-21 Thread Maxim Nikulin
On 21/01/2021 07:58, Christopher Miles wrote: I "=git am=" your first patch, but failed to apply your second patch. Seems not continuous. So I modify code manually. I found I can't find the local variable ~shell-command~, and ~shell-command-switch~. Can your provide complete patch? So I can tes

Re: [PATCH] Org Agenda Support Argument Collection for Custom Bulk Functions (was: Custom Bulk Functions With Prompt)

2021-01-21 Thread Kevin Foley
Attached patch should allow user to specify a function to collect arguments when calling a custom bulk function such that those arguments are only collected once and used for each entry. Kevin Foley >From dfab64f738f227691d84a2fdec5bba2cf4f1e3b0 Mon Sep 17 00:00:00 2001 From: "Kevin J. Foley" Da