emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Trevoke <trevoke@gmail.com>
To: Org-Mode mailing list <emacs-orgmode@gnu.org>
Subject: Manually/programmatically adding a state transition message
Date: Sat, 18 Sep 2021 14:28:39 -0400	[thread overview]
Message-ID: <CAHGcNQ8VZtivGOJs_bjEDWd3M1rJ8+JRBHpgTcyKii4OWc-Eow@mail.gmail.com> (raw)

[-- 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 --]

             reply	other threads:[~2021-09-18 18:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-18 18:28 Trevoke [this message]
2021-10-02  9:19 ` Manually/programmatically adding a state transition message Ihor Radchenko
2021-10-03 14:30   ` Trevoke
2021-10-03 14:54     ` 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=CAHGcNQ8VZtivGOJs_bjEDWd3M1rJ8+JRBHpgTcyKii4OWc-Eow@mail.gmail.com \
    --to=trevoke@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).