From: Joris Caravati via "General discussions about Org-mode." <emacs-orgmode@gnu.org>
To: Org Mode List <emacs-orgmode@gnu.org>
Subject: Re: [PATCH] Add org-after-note-stored-hook
Date: Thu, 09 May 2024 10:20:40 +0200 [thread overview]
Message-ID: <m234qrieg7.fsf@kyon.home> (raw)
In-Reply-To: <m2plyjid8q.fsf@kyon.home> (Joris Caravati's message of "Tue, 02 Jan 2024 23:13:06 +0100")
Hello,
Is there anything wrong with the patch or with the proposition of
adding a hook there? The first I'd like to know for doing better next
time (or maybe correcting this one), the second to know if I should
stop using it.
Thanks!
Joris
Joris Caravati <tyx+org@sula.io> writes:
> Hello,
>
> I've been archiving tasks automatically using
> `org-after-todo-state-change-hook' but I've been recently bit with a
> note (entering a todo state configured with '@') being placed where the
> task was before its archival.
>
> This patch aims to offer a way to defer the archival after the
> note is stored. Actually, I am using it like this:
>
> #+begin_src elisp
> (add-to-list 'org-after-todo-state-change-hook
> (lambda ()
> ;; States configured without mandatory note
> (when (member org-state '("DONE"))
> (my/org-roam-archive-to-today))
> ;; States configured with mandatory note
> (when (member org-state '("CANCELLED" "READ"))
> (add-to-list 'org-after-note-stored-hook 'my/org-roam-archive-to-today))))
> #+end_src
>
> With `my/org-roam-archive-to-today' removing itself from
> `org-after-note-stored-hook'.
>
> Hopefully I did not miss an existing way to do this.
>
> Regards,
> Joris
>
> [2. text/x-patch; 0001-Add-org-after-note-stored-hook.patch]...
next prev parent reply other threads:[~2024-05-09 8:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-02 22:13 [PATCH] Add org-after-note-stored-hook Joris Caravati via General discussions about Org-mode.
2024-05-09 8:20 ` Joris Caravati via General discussions about Org-mode. [this message]
2024-05-09 11:38 ` Ihor Radchenko
2024-05-11 16:53 ` Ihor Radchenko
2024-05-12 20:12 ` Joris Caravati via General discussions about Org-mode.
2024-05-18 11:26 ` Ihor Radchenko
2024-05-20 19:46 ` Joris Caravati via General discussions about Org-mode.
2024-05-21 11:37 ` Ihor Radchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m234qrieg7.fsf@kyon.home \
--to=emacs-orgmode@gnu.org \
--cc=tyx+org@sula.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).