REF add useful comment to help me hackily bootstrap the dag stuff
This commit is contained in:
parent
9960d1436a
commit
39b4d1e351
|
@ -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-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)
|
(defun nd/org-agenda-run-series (name files cmds)
|
||||||
(declare (indent 2))
|
(declare (indent 2))
|
||||||
(catch 'exit
|
(catch 'exit
|
||||||
|
|
Loading…
Reference in New Issue