diff options
| -rw-r--r-- | emacsconf.el | 9 | 
1 files changed, 4 insertions, 5 deletions
diff --git a/emacsconf.el b/emacsconf.el index 6f289c0..c361ed2 100644 --- a/emacsconf.el +++ b/emacsconf.el @@ -1253,12 +1253,11 @@ Filter by TRACK if given.  Use INFO as the list of talks."  (defvar emacsconf-todo-hooks    '((emacsconf-stream-play-talk-on-change "gen" "dev")      (emacsconf-stream-open-qa-windows-on-change "gen" "dev") -    ;; emacsconf-erc-announce-on-change ;; announce via ERC +    emacsconf-erc-announce-on-change ;; announce via ERC      emacsconf-publish-media-files-on-change -    ;; emacsconf-publish-bbb-redirect -    emacsconf-publish-update-talk -    ;; emacsconf-publish-backstage-org-on-state-change ;; update the backstage index -     +    emacsconf-publish-bbb-redirect +    ;; emacsconf-publish-update-talk +    emacsconf-publish-backstage-org-on-state-change ;; update the backstage index      emacsconf-stream-update-talk-info-on-change      ;; write to the talk text      )  | 
