Re: [PATCH] org-datetree.el: Allow datetrees with TODO, priority, tags

2023-01-21 Thread Ihor Radchenko
Ilya Chernyshov writes: > Since the last patch, I've made the following changes, thanks to > your > recommendations in Matrix chat: ... Thanks! Applied, onto main. After resolving merge conflicts. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=005c9ae74 -- Ihor Radchenko //

Re: [PATCH] org-datetree.el: Allow datetrees with TODO, priority, tags

2023-01-13 Thread Ilya Chernyshov
00:00:00 2001 From: Ilya Chernyshov Date: Thu, 15 Dec 2022 02:08:15 +0600 Subject: [PATCH] lisp/org-datetree.el: Allow datetrees with TODO, priority, tags * org-datetree.el (org-datetree--find-create): Add optional argument MATCH-TITLE that controls whether to match REGEX-TEMPLATE against he

Re: [PATCH] org-datetree.el: Allow datetrees with TODO, priority, tags

2023-01-11 Thread Ilya Chernyshov
ject: [PATCH] lisp/org-datetree.el: Allow datetrees with TODO, priority, tags * org-datetree.el (org-datetree--find-create, org-datetree--find-create-group, org-datetree-find-iso-week-create): Allow finding a datetree with TODO state, priority, tags, statistics cookies, or COMMENT keyword. * tes

Re: [PATCH] org-datetree.el: Allow datetrees with TODO, priority, tags

2023-01-07 Thread Ihor Radchenko
Ilya Chernyshov writes: > (defun org-datetree--find-create > @@ -169,18 +167,19 @@ component. If INSERT is non-nil and there is no match > then it is > inserted into the buffer." >(when (or month day) > (org-narrow-to-subtree)) > - (let ((re (format regex-template year month day))

Re: [PATCH] org-datetree.el: Allow datetrees with TODO, priority, tags

2023-01-05 Thread Ilya Chernyshov
600 Subject: [PATCH] lisp/org-datetree.el: Allow datetrees with TODO, priority, tags * org-datetree.el (org-datetree--find-create, org-datetree--find-create-group, org-datetree-find-iso-week-create): Allow finding a datetree with TODO state, priority, tags, statistics cookies, or COMMENT keyw

Re: [PATCH] org-datetree.el: Allow datetrees with TODO, priority, tags

2023-01-05 Thread Ihor Radchenko
Ilya Chernyshov writes: > Here is a patch that allows to find datetree headlines that contain tags, > TODO or priority keywords. > > Sometimes you need to set TODOs or tags to such headlines. When you do > this, next time you capture under this datetree, you get a new datetree > with the same

[PATCH] org-datetree.el: Allow datetrees with TODO, priority, tags

2023-01-04 Thread Ilya Chernyshov
is annoying. This patch fixes it. From 4d3194adf417ae5bad78c35a783ebca7974b8167 Mon Sep 17 00:00:00 2001 From: Ilya Chernyshov Date: Thu, 15 Dec 2022 02:08:15 +0600 Subject: [PATCH] lisp/org-datetree.el: Allow datetrees with TODO, priority, tags * org-datetree.el (org-datetree--find-create-group, org