summaryrefslogtreecommitdiffstats
path: root/2023/organizers-notebook/index.org
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2023-09-16 11:15:49 -0400
committerSacha Chua <sacha@sachachua.com>2023-09-16 11:15:49 -0400
commit1cee64e79b4fbc7732212de0c986ed2b742edb42 (patch)
tree7a00693dc1d1e13421d929e66a49b95a84cc2f5c /2023/organizers-notebook/index.org
parent4fb8593650ccd4a2829e62c608123d76589458ff (diff)
downloademacsconf-wiki-1cee64e79b4fbc7732212de0c986ed2b742edb42.tar.xz
emacsconf-wiki-1cee64e79b4fbc7732212de0c986ed2b742edb42.zip
add table
Diffstat (limited to '2023/organizers-notebook/index.org')
-rw-r--r--2023/organizers-notebook/index.org65
1 files changed, 65 insertions, 0 deletions
diff --git a/2023/organizers-notebook/index.org b/2023/organizers-notebook/index.org
index 1ab0d786..23502877 100644
--- a/2023/organizers-notebook/index.org
+++ b/2023/organizers-notebook/index.org
@@ -327,6 +327,71 @@ Schedule notes:
- if the gray talks don't materialize or if talks get cancelled, we can have an open meetup possibly with breakout rooms
- it would be nice to connect emacsconf:poltys (talking to web browsers from Emacs) to emacsconf:web (doing web stuff in Emacs instead), but emacsconf:poltys needs to be in the morning (which is pretty full) and emacsconf:web is in the afternoon because Yuchen is in Australia/Sydney.
- emacsconf:cubing and emacsconf:steno are both about doing things quickly
+- checking with emacsconf:web and emacsconf:hn if ~3pm Sunday afternoon (~7am local time) is okay with them. It would be nice to pair it with emacsconf:hn, which is nice to pair with emacsconf:mentor, but maybe I can swap it with emacsconf:emms and emacsconf:devel if needed.
+
+ #+NAME: draft-schedule-table
+ #+begin_src emacs-lisp :results raw replace :exports results
+(string-join
+ (seq-keep (lambda (o) (when (plist-get o :slug)
+
+ (concat "| "
+ (replace-regexp-in-string "[<>]" ""
+ (plist-get o :scheduled))
+ " | "
+ (format "[[emacsconf:%s][%s]]"
+ (plist-get o :slug)
+ (plist-get o :slug))
+ " | "
+ (plist-get o :title)
+ "|")))
+ (sort emacsconf-schedule-draft (lambda (a b) (string< (plist-get a :scheduled) (plist-get b :scheduled))))) "\n")
+#+end_src
+
+#+RESULTS: draft-schedule-table
+| 2023-12-02 Sat 09:00-09:10 | [[emacsconf:sat-open][sat-open]] | Saturday opening remarks |
+| 2023-12-02 Sat 09:10-09:20 | [[emacsconf:adventure][adventure]] | An Org-Mode based text adventure game for learning the basics of Emacs, inside Emacs, written in Emacs Lisp |
+| 2023-12-02 Sat 09:30-09:50 | [[emacsconf:uni][uni]] | Authoring and presenting university courses with Emacs and a full libre software stack |
+| 2023-12-02 Sat 10:00-10:10 | [[emacsconf:matplotllm][matplotllm]] | MatplotLLM, iterative natural language data visualization in org-babel |
+| 2023-12-02 Sat 10:10-10:20 | [[emacsconf:table][table]] | Who need Excel? Managing your students qualifications with org-table. |
+| 2023-12-02 Sat 10:20-10:40 | [[emacsconf:voice][voice]] | Improving access to AI-assisted literate programming with voice control |
+| 2023-12-02 Sat 10:40-10:50 | [[emacsconf:taming][taming]] | Taming things with Org Mode |
+| 2023-12-02 Sat 11:00-11:20 | [[emacsconf:llm][llm]] | LLM clients in Emacs, functionality and standardization |
+| 2023-12-02 Sat 11:10-11:30 | [[emacsconf:one][one]] | one.el: the static site generator for Emacs Lisp Programmers |
+| 2023-12-02 Sat 12:50-13:00 | [[emacsconf:writing][writing]] | Emacs Turbo-Charges My Writing |
+| 2023-12-02 Sat 12:50-13:00 | [[emacsconf:eval][eval]] | Editor Integrated REPL Driven Development for all languages |
+| 2023-12-02 Sat 13:20-13:30 | [[emacsconf:nabokov][nabokov]] | Why Nabokov would use Org-Mode if he were writing today |
+| 2023-12-02 Sat 13:20-14:00 | [[emacsconf:repl][repl]] | REPLs in strange places: Lua, LaTeX, LPeg, LPegRex, TikZ |
+| 2023-12-02 Sat 13:50-14:10 | [[emacsconf:solo][solo]] | How I play TTRPGs in Emacs |
+| 2023-12-02 Sat 14:10-14:30 | [[emacsconf:extending][extending]] | GNU Emacs for electronics, note-taking, and as lightweight IDE |
+| 2023-12-02 Sat 14:30-14:50 | [[emacsconf:collab][collab]] | Collaborative data processing and documenting using org-babel |
+| 2023-12-02 Sat 14:50-15:10 | [[emacsconf:emacsen][emacsen]] | The Emacsen family, the design of an Emacs and the importance of Lisp |
+| 2023-12-02 Sat 15:00-15:20 | [[emacsconf:ref][ref]] | Org-Mode workflow: informal reference tracking |
+| 2023-12-02 Sat 15:20-15:40 | [[emacsconf:woof][woof]] | Watch Over Our Folders |
+| 2023-12-02 Sat 15:30-16:10 | [[emacsconf:emms][emms]] | Emacs MultiMedia System (EMMS) |
+| 2023-12-02 Sat 16:30-16:40 | [[emacsconf:devel][devel]] | Emacs development updates |
+| 2023-12-02 Sat 17:00-17:10 | [[emacsconf:sat-close][sat-close]] | Saturday closing remarks |
+| 2023-12-03 Sun 09:00-09:05 | [[emacsconf:sun-open][sun-open]] | Sunday opening remarks |
+| 2023-12-03 Sun 09:05-09:25 | [[emacsconf:hyperamp][hyperamp]] | Top 10 Ways Hyperbole Amps Up Emacs |
+| 2023-12-03 Sun 09:30-09:50 | [[emacsconf:scheme][scheme]] | Bringing joy to Scheme programming |
+| 2023-12-03 Sun 09:45-10:05 | [[emacsconf:koutline][koutline]] | Using Koutline for stream of thought journaling |
+| 2023-12-03 Sun 10:10-10:20 | [[emacsconf:lspocaml][lspocaml]] | Writing a language server in OCaml for Emacs, fun, and profit |
+| 2023-12-03 Sun 10:15-10:35 | [[emacsconf:poltys][poltys]] | The browser in a buffer |
+| 2023-12-03 Sun 10:40-11:00 | [[emacsconf:test][test]] | What I learned by writing test cases for GNU Hyperbole |
+| 2023-12-03 Sun 10:55-11:15 | [[emacsconf:cubing][cubing]] | Speedcubing in Emacs |
+| 2023-12-03 Sun 11:25-11:45 | [[emacsconf:steno][steno]] | Programming at 200 wpm |
+| 2023-12-03 Sun 12:50-13:02 | [[emacsconf:eat][eat]] | Eat and Eat powered Eshell, fast featureful terminal inside Emacs |
+| 2023-12-03 Sun 12:50-13:10 | [[emacsconf:gc][gc]] | emacs-gc-stats: Does garbage collection actually slow down Emacs? |
+| 2023-12-03 Sun 13:22-14:02 | [[emacsconf:hyperdrive][hyperdrive]] | hyperdrive.el: Peer-to-peer filesystem in Emacs |
+| 2023-12-03 Sun 13:30-13:40 | [[emacsconf:flat][flat]] | A modern Emacs look-and-feel without pain |
+| 2023-12-03 Sun 14:00-14:40 | [[emacsconf:windows][windows]] | Windows into Freedom |
+| 2023-12-03 Sun 14:22-14:32 | [[emacsconf:mentor][mentor]] | Mentoring VS-Coders as an Emacsian (or How to show not tell people about the wonders of Emacs) |
+| 2023-12-03 Sun 15:00-15:10 | [[emacsconf:hn][hn]] | The many ways to browse Hacker News from Emacs |
+| 2023-12-03 Sun 15:00-15:20 | [[emacsconf:emacsconf][emacsconf]] | EmacsConf.org: How we use Org Mode and TRAMP to organize and run a multi-track conference |
+| 2023-12-03 Sun 15:20-16:00 | [[emacsconf:web][web]] | Emacs saves the Web |
+| 2023-12-03 Sun 16:20-16:40 | [[emacsconf:sharing][sharing]] | Sharing Emacs is Caring Emacs: Emacs education and why I embraced video |
+| 2023-12-03 Sun 17:00-17:10 | [[emacsconf:sun-close][sun-close]] | Sunday closing remarks |
+
+
* Archive
:PROPERTIES: