emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnorb 6293b22 208/449: Squash with the trigger action s


From: Stefan Monnier
Subject: [elpa] externals/gnorb 6293b22 208/449: Squash with the trigger action stuff
Date: Fri, 27 Nov 2020 23:15:40 -0500 (EST)

branch: externals/gnorb
commit 6293b22af490bbf613682900875ae6ef3259c5b6
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Squash with the trigger action stuff
---
 lisp/gnorb-utils.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/lisp/gnorb-utils.el b/lisp/gnorb-utils.el
index 6ac1c99..29955e2 100644
--- a/lisp/gnorb-utils.el
+++ b/lisp/gnorb-utils.el
@@ -155,8 +155,7 @@ agenda. Then let the user choose an action from the value of
           (plist-get gnorb-gnus-message-info :msg-id)
           (plist-get gnorb-gnus-message-info :from)
           (plist-get gnorb-gnus-message-info :subject)
-          (org-with-point-at root-marker
-            id)
+          id
           (plist-get gnorb-gnus-message-info :group))))
       ;; Handle our action.
       (cond ((eq action 'note)
@@ -166,8 +165,7 @@ agenda. Then let the user choose an action from the value of
            ((eq action 'todo)
             (if agenda-p
                 (progn
-                  (org-agenda-with-point-at-orig-entry
-                   nil
+                  (org-with-point-at root-marker
                    (make-entry (org-id-get-create)))
                   (call-interactively 'org-agenda-todo))
               (org-with-point-at root-marker



reply via email to

[Prev in Thread] Current Thread [Next in Thread]