girzel / gnorb

Glue code between the Org, Gnus, and BBDB packages for Emacs.
32 stars 4 forks source link

changing todo-state after gnorb-org-handle-mail does nothing #14

Closed brabalan closed 9 years ago

brabalan commented 10 years ago

Here is the relevant part of my configuration:

  (setq gnorb-org-mail-todos '("TODO" "NEXT")) 
girzel commented 10 years ago

Can you tell me what the TODO looked like before you called 'handle-mail' on it, and whether you called it from an Org file or the Agenda? You're presented with a choice of trigger actions, right? And you choose todo-state, and nothing happens. That's a little weird, since both org-todo and org-agenda-todo should prompt for a TODO state no matter how the heading currently looks.

brabalan commented 10 years ago

As I was trying to reproduce it in details I found that it now work. Could have it been related to the missing autoloads (issue #12)?

girzel commented 10 years ago

It could have been generally related to switching from the github version to the Elpa version: if you had old *elc files lying around from the earlier installation, that could have messed things up. Do delete the old github directory!

Otherwise, I'm not sure what it could have been from...

On 10/16/14 06:55 AM, Alan Schmitt wrote:

As I was trying to reproduce it in details I found that it now work. Could have it been related to the missing autoloads (issue #12)?

Reply to this email directly or view it on GitHub.*