Re: [PATCH] lisp/org-id.el: Add new relative timestamp feature for `ts' `org-id-method'

2023-07-03 Thread Kierin Bell
Ihor Radchenko writes: > It has been over one month since the last email in this thread. > May I know if you had a chance to work on your patch any further? Hello, I have made some progress, and I should have some time soon to finalize and submit version 2. Thanks! -- Kierin Bell GPG Key:

Re: [PATCH] lisp/org-id.el: Add new relative timestamp feature for `ts' `org-id-method'

2023-07-02 Thread Ihor Radchenko
Hi Kierin, It has been over one month since the last email in this thread. May I know if you had a chance to work on your patch any further? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: [PATCH] lisp/org-id.el: Add new relative timestamp feature for `ts' `org-id-method'

2023-06-01 Thread Ihor Radchenko
Kierin Bell writes: > It might also be a good idea to refactor `org-id-new' so that the > different ID methods are more composable. > > One nice way to do this would be to create a new option that supersedes > (but does not override) `org-id-method' and takes a list of functions > that are tried

Re: [PATCH] lisp/org-id.el: Add new relative timestamp feature for `ts' `org-id-method'

2023-05-31 Thread Kierin Bell
Ihor Radchenko writes: > Kierin Bell writes: > >> 3. I have implemented a check to verify that `org-id-ts-relative-function' is >> only called in Org mode buffers. But since I am uncertain about all of >> the possible contexts in which `org-id-new' can be called, I am not >> completely sure if

Re: [PATCH] lisp/org-id.el: Add new relative timestamp feature for `ts' `org-id-method'

2023-04-17 Thread Ihor Radchenko
ferns...@fernseed.me writes: > * etc/ORG-NEWS (New relative timestamp feature now available for the > ~ts~ ~org-id-method~): Document the new feature. > --- > This patch introduces a new feature for the `ts` method specified by > `org-id-method' that allows for the creation IDs with relative >

[PATCH] lisp/org-id.el: Add new relative timestamp feature for `ts' `org-id-method'

2023-04-16 Thread fernseed
From: Kierin Bell * lisp/org-id.el (org-id-ts-relative, org-id-ts-relative-method): (org-id-ts-effective-format): (org-id-ts-elapsed-format): New custom variables controlling the relative timestamp feature for the `ts' `org-id-method'. (org-id-ts-format-strip-redundant): New function for