REF add useful comment to help me hackily bootstrap the dag stuff

This commit is contained in:
Nathan Dwarshuis 2022-04-22 19:02:27 -04:00
parent 9960d1436a
commit 39b4d1e351
1 changed files with 2 additions and 0 deletions

View File

@ -2964,6 +2964,8 @@ original function being advised and ARGS are the arguments."
(advice-add #'org-agenda-run-series :around #'org-x-agenda-run-series-advice)
;; (advice-remove #'org-agenda-run-series #'org-x-agenda-run-series-advice)
(defun nd/org-agenda-run-series (name files cmds)
(declare (indent 2))
(catch 'exit