diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-14 21:38:41 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-14 21:38:41 -0500 |
commit | deab571e9e5a5b037d21e78882f1855c68fd9dc4 (patch) | |
tree | 56274eecb67fbd9eb8284dc307559f3ee480c7d2 /2022 | |
parent | 00a02d66c347807a0852aad012bf042921a4daa6 (diff) | |
download | emacsconf-wiki-deab571e9e5a5b037d21e78882f1855c68fd9dc4.tar.xz emacsconf-wiki-deab571e9e5a5b037d21e78882f1855c68fd9dc4.zip |
remove unneeded code
Diffstat (limited to '2022')
-rw-r--r-- | 2022/organizers-notebook.md | 11 | ||||
-rw-r--r-- | 2022/organizers-notebook/index.org | 5 |
2 files changed, 3 insertions, 13 deletions
diff --git a/2022/organizers-notebook.md b/2022/organizers-notebook.md index 45be939b..eff251c5 100644 --- a/2022/organizers-notebook.md +++ b/2022/organizers-notebook.md @@ -462,11 +462,6 @@ To: speakers who have already submitted their talks (so that we don’t dist (string-join (org-wrap (emacsconf-surround "- " (plist-get talk :intro-note) "\n" "") 70) "\n")) (cdr group) "") - :backstage-slug - (mapconcat (lambda (talk) - (emacsconf-surround "<https://media.emacsconf.org/2022/backstage/#" (plist-get talk :slug) "" "")) - (cdr group) - ", ") :chapters (mapconcat (lambda (talk) (format "<https://media.emacsconf.org/2022/backstage/#%s>:\n%s" @@ -2285,7 +2280,7 @@ AM: 9-12 PM EST, PM: 1-5 PM EST (plus a little extra for setup/transition) Saturday Dec 3 -<table id="org2f376b9" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> +<table id="org213d4fb" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> <colgroup> @@ -2358,7 +2353,7 @@ publicvoit - pad until 4pm on Sat, until 2pm on Sun Sunday Dec 4 -<table id="org144cc9d" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> +<table id="org38317d3" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> <colgroup> @@ -3404,7 +3399,7 @@ Probably focus on grabbing the audio first and seeing what’s worth keeping Make a table of the form -<table id="org5832871" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> +<table id="org11cfc34" border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides"> <colgroup> diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org index 1e2ab1c1..76833b87 100644 --- a/2022/organizers-notebook/index.org +++ b/2022/organizers-notebook/index.org @@ -158,11 +158,6 @@ To: speakers who have already submitted their talks (so that we don't distract p (string-join (org-wrap (emacsconf-surround "- " (plist-get talk :intro-note) "\n" "") 70) "\n")) (cdr group) "") - :backstage-slug - (mapconcat (lambda (talk) - (emacsconf-surround "<https://media.emacsconf.org/2022/backstage/#" (plist-get talk :slug) "" "")) - (cdr group) - ", ") :chapters (mapconcat (lambda (talk) (format "<https://media.emacsconf.org/2022/backstage/#%s>:\n%s" |