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

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

[elpa] master 04889dc: [gnorb] Require gnorb-org within gnorb-trigger-to


From: Eric Abrahamsen
Subject: [elpa] master 04889dc: [gnorb] Require gnorb-org within gnorb-trigger-todo-action
Date: Sun, 13 May 2018 12:51:21 -0400 (EDT)

branch: master
commit 04889dc0c720a24fcd59e48677a1b9c4c0666485
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    [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.
---
 packages/gnorb/gnorb-utils.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/gnorb/gnorb-utils.el b/packages/gnorb/gnorb-utils.el
index 13e4933..63469cc 100644
--- a/packages/gnorb/gnorb-utils.el
+++ b/packages/gnorb/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]