Gnus development mailing list
 help / color / mirror / Atom feed
From: "Rémi Letot" <hobbes@poukram.net>
To: ding@gnus.org
Subject: Re: gnorb doesn't follow up on C-c t on new messages
Date: Tue, 09 Oct 2018 12:31:50 +0200	[thread overview]
Message-ID: <87lg77l8bt.fsf@sphax> (raw)
In-Reply-To: <87in2jsye9.fsf@ericabrahamsen.net>

Sorry for the delay, I didn't see your answer...

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> Well, that's unfortunate. It should very clearly call org-capture after
> the message is sent. When you're composing the message, after you run
> C-c t, can you check the value of `message-send-actions' and confirm
> that it contains the symbol `gnorb-gnus-outgoing-make-todo-1'?

message-send-actions is a variable defined in ‘message.el’.
Its value is
((when
     (gnus-buffer-exists-p #1="*Group*")
   (with-current-buffer #1# nil))
 gnorb-gnus-outgoing-make-todo-1)
Local in buffer *unsent mail*; global value is nil

> If that's in there, I don't know what else could be going wrong. If you
> didn't have `gnorb-gnus-new-todo-capture-key' set, you'd get an error.
> Otherwise, there's nothing to stop you arriving at the call to
> org-capture...

gnorb-gnus-new-todo-capture-key was not set, but I didn't get an
error.

Now I have set it:

(setq gnorb-gnus-new-todo-capture-key 't)

But I still don't get a todo when I send the mail.

> Can you show me the template that's pointed to by
> `gnorb-gnus-new-todo-capture-key'?

("t" "todo" entry (file "~/org/refile.org")
                 "* TODO %?\n%U\n%a\n")

Thanks,
-- 
Rémi




  reply	other threads:[~2018-10-09 10:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-01 16:05 Rémi Letot
2018-10-02 21:53 ` Eric Abrahamsen
2018-10-02 23:34   ` Rémi Letot
2018-10-02 23:48     ` Eric Abrahamsen
2018-10-09 10:31       ` Rémi Letot [this message]
2018-10-09 15:05         ` Eric Abrahamsen
2018-10-09 20:23           ` Rémi Letot
2018-10-09 21:23             ` Eric Abrahamsen

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lg77l8bt.fsf@sphax \
    --to=hobbes@poukram.net \
    --cc=ding@gnus.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.
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 NNTP newsgroup(s).