emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Manually/programmatically adding a state transition message
@ 2021-09-18 18:28 Trevoke
  2021-10-02  9:19 ` Ihor Radchenko
  0 siblings, 1 reply; 4+ messages in thread
From: Trevoke @ 2021-09-18 18:28 UTC (permalink / raw)
  To: Org-Mode mailing list

[-- Attachment #1: Type: text/plain, Size: 687 bytes --]

I am writing some code to change the state of an org headline. I have
figured out that an error will pop up if I am automatically transitioning
to a state that requires a note logged. How can I automatically add a state
transition note?

I know I can write this:

    (universal-argument)
    (universal-argument)
    (universal-argument)
    (org-todo "WAIT")

and this will automatically skip note logging.

I've looked at the code around adding a log-note and it looks like it might
be automatable but there's a lot of pieces I don't know in there, so if
there's a way to add just a state transition with a programmatically
provided note, I'll take that, please :)

Thanks,

--Aldric

[-- Attachment #2: Type: text/html, Size: 904 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-03 14:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-18 18:28 Manually/programmatically adding a state transition message Trevoke
2021-10-02  9:19 ` Ihor Radchenko
2021-10-03 14:30   ` Trevoke
2021-10-03 14:54     ` Ihor Radchenko

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).