org-capture-template: table lines including newline of sorts

2021-03-12 Thread Uwe Brauer
Hi Currently I have the following setting for one org-capture-template: ("mu" "Stat+Num:Exercises English" table-line (file+headline "~/Somefile.org" "Exercise Group-E") "| %:fromname|%:fromaddress | %(my-extract-cc)|%^{Sheet|1|2|3|4|5|6}|%^{Exercise|1|} | %a|%:date | " :prepend t ) That

Re: org-capture gnus also extract from the cc field.

2021-03-12 Thread Uwe Brauer
>>> "KM" == Kyle Meyer writes: > Uwe Brauer writes: >> Hi >> >> This would be very useful for my workflow, actually I have >> >> ("mu" "Stat+Num: English" >> table-line (file+headline "/somefile.org" "Exercise Group-E") >> "| %:fromname|%:fromaddress|%^{Sheet|1|2|3|4|5|6}|%^{Exercise|1|} | >

Re: [PATCH] Re: Bug: Plain https links with brackets are not recognised [9.4.4 (release_9.4.4-625-g763c7a @ /home/yantar92/.emacs.d/straight/build/org/)]

2021-03-12 Thread Ihor Radchenko
Sorry, attached wrong version of the patch. Here is the right one >From 0acb961d916d4bfde505c9f5eb16d1e8851b6c8f Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sat, 13 Mar 2021 13:16:06 +0800 Subject: [PATCH] Improve org-link-plain-re * lisp/ol.el (org-link-make-regexps): Allow URLs with u

[PATCH] Re: Bug: Plain https links with brackets are not recognised [9.4.4 (release_9.4.4-625-g763c7a @ /home/yantar92/.emacs.d/straight/build/org/)]

2021-03-12 Thread Ihor Radchenko
Kyle Meyer writes: > This case was discussed at > . > There's mention of an improved regexp that might be worth trying. The improved regexp appears to work for me. I tried my best to transform the regexp provided in t

Re: org-capture gnus also extract from the cc field.

2021-03-12 Thread Kyle Meyer
Uwe Brauer writes: > Hi > > This would be very useful for my workflow, actually I have > > ("mu" "Stat+Num: English" > table-line (file+headline "/somefile.org" "Exercise Group-E") > "| %:fromname|%:fromaddress|%^{Sheet|1|2|3|4|5|6}|%^{Exercise|1|} | > %a|%:date " :prepend t)

Re: Bug: Plain https links with brackets are not recognised [9.4.4 (release_9.4.4-625-g763c7a @ /home/yantar92/.emacs.d/straight/build/org/)]

2021-03-12 Thread Kyle Meyer
Ihor Radchenko writes: > I have a https link like "https://doi.org/10.1016/0160-791x(79)90023-x". > If I put this link into an org file (using emacs -Q or Org mode master), > only "https://doi.org/10.1016/0160-791x(79)" part of the link is treated > as a link. I guess, it should not happen. This

Bug: Plain https links with brackets are not recognised [9.4.4 (release_9.4.4-625-g763c7a @ /home/yantar92/.emacs.d/straight/build/org/)]

2021-03-12 Thread Ihor Radchenko
I have a https link like "https://doi.org/10.1016/0160-791x(79)90023-x". If I put this link into an org file (using emacs -Q or Org mode master), only "https://doi.org/10.1016/0160-791x(79)" part of the link is treated as a link. I guess, it should not happen. Best, Ihor

org-capture gnus also extract from the cc field.

2021-03-12 Thread Uwe Brauer
Hi actually I have ("mu" "Stat+Num: English" table-line (file+headline "/somefile.org" "Exercise Group-E") "| %:fromname|%:fromaddress|%^{Sheet|1|2|3|4|5|6}|%^{Exercise|1|} | %a|%:date " :prepend t) For my workflow, it would be very useful to have a %:ccname %:ccaddr

org-capture gnus also extract from the cc field.

2021-03-12 Thread Uwe Brauer
Hi This would be very useful for my workflow, actually I have ("mu" "Stat+Num: English" table-line (file+headline "/somefile.org" "Exercise Group-E") "| %:fromname|%:fromaddress|%^{Sheet|1|2|3|4|5|6}|%^{Exercise|1|} | %a|%:date " :prepend t) So a %:ccname %:ccaddress wou

Re: org-capture-templates: %date is too long

2021-03-12 Thread Robert Pluim
> On Fri, 12 Mar 2021 16:58:27 +0100, Uwe Brauer said: Uwe> Well, in order to run it I added an interactive call, but then Uwe> %:date reminded unimpressed by this setting Uwe> the result was Uwe> | user | u...@ucm.es | 3 |3 | [] | Fri, 12 Mar 2021 16:14:35

Bug: Clock date range with the enclosing markup <> are not fully supported [9.4.4 (9.4.4-27-gb712b9-elpaplus)]

2021-03-12 Thread Firmin Martin
I have manually changed a clock date range in a task's logbook using the shortcut =C-c .= (org-time-stamp). It modified the Org timestamp to the date I wanted, but changed the enclosing markup from [] to <>. I didn't pay much attention on it as C-c C-c (org-ctrl-c-ctrl-c) updated correctly the to

Re: org-capture-templates: %date is too long

2021-03-12 Thread Uwe Brauer
>>> "RP" == Robert Pluim writes: >> On Thu, 04 Mar 2021 21:24:03 +0100, Uwe Brauer said: Uwe> I am not acquainted with let-bound (only with let) > 'let-bound' is a shorthand for saying 'binding a value using let' Uwe> So are you saying I should may use defadvice to modify org-capture? > W