[PATCH] [WORG] Maintenance: on the frequency of bugfix releases

2023-12-10 Thread Ihor Radchenko
Even though we do not follow release schedule, I think that it is worth adding a note about bugfix releases - there is really no reason to delay them most of the time, as soon as we have new commits on bugfix. What do you think about the attached patch? >From e27e05c48a8f36e3c322f0b5a4881d63

Re: [PATCH] [WORG] Maintenance: on the frequency of bugfix releases

2023-12-10 Thread Matt
On Sun, 10 Dec 2023 12:27:01 +0100 Ihor Radchenko wrote --- > What do you think about the attached patch? Not part of the patch, but part of the context: "you shoud *NOT*" -> "you should *NOT*" (missing the 'l') Already fixed and pushed (https://git.sr.ht/~bzg/worg/commit/a11b25608

Re: [PATCH] lisp/org-capture.el: use link ID's for %K

2023-12-10 Thread Ihor Radchenko
Kenny Ballou writes: >> The last step is unnecessary. You may just examine `org-stored-links' >> (documented in the docstring of `org-store-link') or >> `org-store-link-plist' (undocumented, but containing more info and also >> used by `org-capture-fill-template'). > > I ended up using `org-store

Re: [PATCH] [WORG] Maintenance: on the frequency of bugfix releases

2023-12-10 Thread Ihor Radchenko
Matt writes: > Not part of the patch, but part of the context: "you shoud *NOT*" -> "you > should *NOT*" (missing the 'l') Already fixed and pushed > (https://git.sr.ht/~bzg/worg/commit/a11b256086d567d0894d337b548ec13049a8731b) Thanks! > Regarding the patch, it seems reasonable. > > Potent

Re: [PATCH] [WORG] Maintenance: on the frequency of bugfix releases

2023-12-10 Thread Matt
On Sun, 10 Dec 2023 13:24:30 +0100 Ihor Radchenko wrote --- > Doing the releases too frequently will increase a chance of such bugs > crawling into ELPA releases. So, there should be at least a minimal > waiting period to get a chance to handle such problems. Thank you for explain

Re: [PATCH] org-id: allow using parent's existing id in links to headlines

2023-12-10 Thread Ihor Radchenko
"Rick Lupton" writes: > Here's an updated patch, which adds (optional) search strings to ID links, > and the option to inherit ID targets from parent headline / the top level > file properties. I've also updated ORG-NEWS and the manual, and added tests. > > I think I've fixed all the issues wi

Re: [BUG] [PATCH] Add yank-media and DND handler [9.6.7 (9.6.7-g6eb773 @ /home/viz/lib/emacs/straight/build/org/)]

2023-12-10 Thread Ihor Radchenko
Visuwesh writes: >> Visuwesh, do you want to update your patch accordingly? > > I have now adjusted the patch to insert a space between links when the > Emacs version in <30, and when more than one file is dropped. Thanks! I have no comments on the patch. Before I proceed with installing it; Ba

Re: Consider removing newlines from org-insert-link help message

2023-12-10 Thread Ihor Radchenko
Rudolf Adamkovič writes: > From 7bc8e913af0972f0d6119e45d4ecaf80835f2277 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?= > Date: Sun, 10 Dec 2023 00:51:31 +0100 > Subject: [PATCH] org-link: Prettify 'org-insert-link' > > * lisp/ol.el (org-insert-link): Update the UI with tex

Re: [BUG] [PATCH] Add yank-media and DND handler [9.6.7 (9.6.7-g6eb773 @ /home/viz/lib/emacs/straight/build/org/)]

2023-12-10 Thread Bastien Guerry
Ihor Radchenko writes: > Before I proceed with installing it; Bastien, may you please confirm > Visuwesh's copyright assignment status? Confirmed and added to Worg. Thanks Visuwesh for contributing! -- Bastien Guerry

Re: oeg-add-note and double backslash ?

2023-12-10 Thread Ihor Radchenko
David Masterson writes: >> The detailed reason why we use this particular markup is that >> otherwise some internal code assumptions inside Org mode may break when >> users run `fill-region' on the notes. This is an internal implementation >> detail which should not be explained in the manual. >

Re: [BUG] [PATCH] Add yank-media and DND handler [9.6.7 (9.6.7-g6eb773 @ /home/viz/lib/emacs/straight/build/org/)]

2023-12-10 Thread Ihor Radchenko
Bastien Guerry writes: > Ihor Radchenko writes: > >> Before I proceed with installing it; Bastien, may you please confirm >> Visuwesh's copyright assignment status? > > Confirmed and added to Worg. Thanks Visuwesh for contributing! Thanks for checking! Applied, onto main. https://git.savannah.g

Re: [PATCH] lisp/org-capture.el: use link ID's for %K

2023-12-10 Thread Kenny Ballou
On 2023-12-08 19:01 GMT, Ihor Radchenko wrote: > Kenny Ballou writes: > >> I'm currently struggling through modifying it to work with >> `org-store-link'. Something, save-excursion -> org-clock-goto -> >> org-store-link -> org-insert-link is what I'm trying for now, but that's >> not quite worki

Re: [PATCH] lisp/org-capture.el: use link ID's for %K

2023-12-10 Thread Kenny Ballou
On 2023-12-08 13:56 GMT, Ihor Radchenko wrote: > Kenny Ballou writes: >> + (if org-id-link-to-org-use-id >> + (org-link-make-string >> + (format "id:%s" (org-id-get org-clock-marker)) >> + v-k) > > `org-id-link-to-

[PATCH] lisp/org-capture.el: use link ID's for %K

2023-12-10 Thread Kenny Ballou
* org-capture.el (org-capture-fill-template): fill %K values using org ID's if `org-id-link-to-org-use-id' is non-nil. * doc/ORG-NEWS: (Template variable expansion %K) Document new behavior. Reported-by: Nathaniel W Griswold Signed-off-by: Kenny Ballou Link: https://list.orgmode.org/EF459D47-FC

TODO item: is there a way to alert me about it?

2023-12-10 Thread Renato Pontefice
Hi, I’m wondering if I can have an alert for a TODO that I’ve to execute (i.e.) some minutes later. Is there a way? Thank you Renato

[BUG] Hard-coded and inconsistent todo states in org-agenda.el [9.7-pre (release_9.6.12-934-g4d72f3 @ /home/rst/Devel/org-mode/lisp/)]

2023-12-10 Thread Raffael Stocker
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: oeg-add-note and double backslash ?

2023-12-10 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > >>> The detailed reason why we use this particular markup is that >>> otherwise some internal code assumptions inside Org mode may break when >>> users run `fill-region' on the notes. This is an internal implementation >>> detail which should no

Re: Consider removing newlines from org-insert-link help message

2023-12-10 Thread Rudolf Adamkovič
Ihor Radchenko writes: > You can just use `org-format-prompt'. TIL! Updated. Thank you! P.S. I have also updated the commit message. Rudy >From aa947b42186fca813d3fcc702f7f5daa554980f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?= Date: Sun, 10 Dec 2023 00:51:31 +0100 S

Re: [PATCH] [WORG] Maintenance: on the frequency of bugfix releases

2023-12-10 Thread Bastien Guerry
Ihor Radchenko writes: > What do you think about the attached patch? I like the idea. I've pushed a slightly different version: https://git.sr.ht/~bzg/worg/commit/45d6c45759 Security fixes trigger an immediate bugfix release. Other important fixes should be accumulated for more than one we