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

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

[elpa] externals/gnorb f383a7e 416/449: [gnorb] Require gnorb-org within


From: Stefan Monnier
Subject: [elpa] externals/gnorb f383a7e 416/449: [gnorb] Require gnorb-org within gnorb-trigger-todo-action
Date: Fri, 27 Nov 2020 23:16:23 -0500 (EST)

branch: externals/gnorb
commit f383a7e24ac506d6cbbea232124b55f567e87216
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    [gnorb] Require gnorb-org within gnorb-trigger-todo-action
    
    * packages/gnorb/gnorb-utils.el (gnorb-trigger-todo-action): This is
      another entry point where the user might not have hit anything to
      load gnorb-org yet.
---
 gnorb-utils.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnorb-utils.el b/gnorb-utils.el
index 13e4933..63469cc 100644
--- a/gnorb-utils.el
+++ b/gnorb-utils.el
@@ -326,6 +326,7 @@ numbers (no upper bound)."
 we were in the agenda when this was called, then keep us in the
 agenda. Then let the user choose an action from the value of
 `gnorb-org-trigger-actions'."
+  (require 'gnorb-org)
   (let* ((agenda-p (eq major-mode 'org-agenda-mode))
         (root-marker
          (cond (agenda-p



reply via email to

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