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
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
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
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
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
"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
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
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
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
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.
>
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
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
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-
* 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
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
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.
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
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
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
19 matches
Mail list logo