summaryrefslogtreecommitdiffstats
path: root/2022
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-05 18:53:03 -0400
committerSacha Chua <sacha@sachachua.com>2022-11-05 18:53:03 -0400
commitca1275455923e1966b4952f8ec7e1757c761d73d (patch)
treed8c7bd8c7c7aab27e65f9924d0e876183eae03c5 /2022
parent506616e41969032c002e4d044ebdb7a892c043eb (diff)
parenta80ee60c9ed0a01c59a2864fa03c5c174012e5e3 (diff)
downloademacsconf-wiki-ca1275455923e1966b4952f8ec7e1757c761d73d.tar.xz
emacsconf-wiki-ca1275455923e1966b4952f8ec7e1757c761d73d.zip
Merge branch 'master' of git://git.emacsconf.org/emacsconf-wiki
Diffstat (limited to '2022')
-rw-r--r--2022/organizers-notebook/index.org32
1 files changed, 21 insertions, 11 deletions
diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org
index 1beb2511..c78b25b3 100644
--- a/2022/organizers-notebook/index.org
+++ b/2022/organizers-notebook/index.org
@@ -1123,20 +1123,29 @@ CLOSED: [2022-11-03 Thu 14:10]
*** TODO Set timers for changing todo state
#+begin_src emacs-lisp
-(defun emacsconf-schedule-test-buffer (info)
- (mapcar (lambda (o) (plist-put o :buffer "1") o) info))
-(let ((emacsconf-schedule-strategies '(emacsconf-schedule-test-buffer)))
-(emacsconf-stream-schedule-timers (emacsconf-schedule-prepare
- (emacsconf-schedule-inflate-sexp
- `(("Test" :start ,(format-time-string "%Y-%m-%d %H:%M"
- (time-add (current-time) (seconds-to-time 60))))
- (journalism :time "1")
- (school :time "1")
- (handwritten :time "1"))))))
+ (defun emacsconf-schedule-test-buffer (info)
+ (mapcar (lambda (o) (plist-put o :buffer "1") o) info))
+ (let ((emacsconf-schedule-strategies '(emacsconf-schedule-test-buffer)))
+ (emacsconf-stream-schedule-timers (emacsconf-schedule-prepare
+ (emacsconf-schedule-inflate-sexp
+ `(("Test gen" :start ,(format-time-string "%Y-%m-%d %H:%M"
+ (time-add (current-time) (seconds-to-time 60))))
+ (journalism :time "1")
+ (school :time "2")
+ (handwritten :time "1")
+ ("Test dev" :start ,(format-time-string "%Y-%m-%d %H:%M"
+ (time-add (current-time) (seconds-to-time 60))))
+ (treesitter :time "2")
+ (lspbridge :time "1")
+ (asmblox :time "1"))))))
#+end_src
+the dev one worked, but the gen one gets
+Couldn’t find local shell prompt for /bin/sh
+Tramp: Opening connection *Async Shell Command* for emacsconf-gen@res.emacsconf.org using ssh...failed
-
+Maybe I need to stagger them, or maybe I need to use a shell command.
+Changed to call ssh directly instead of using tramp.
*** TODO Figure out how to work with the layout
https://i3wm.org/docs/layout-saving.html
@@ -4747,3 +4756,4 @@ see emacsconf-import-comments-from-etherpad-text
the [[https://emacsconf.org/COPYING.CC-BY-SA][COPYING.CC-BY-SA]] and [[https://emacsconf.org/COPYING.GPL][COPYING.GPL]] files.
* COMMENT Local variables
+