summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--2020/submissions.md37
-rw-r--r--2020/submissions.org5
2 files changed, 38 insertions, 4 deletions
diff --git a/2020/submissions.md b/2020/submissions.md
index e6dad246..3221f59f 100644
--- a/2020/submissions.md
+++ b/2020/submissions.md
@@ -4,8 +4,23 @@
You can check out the Org Mode source for this page by following the [editing instructions](https://emacsconf.org/edit/).
-[[!toc levels=3]]
+# Table of Contents
+
+- [Actions](#org2762f59)
+- [Tables](#org1c40a2d)
+ - [Overall](#orga6eeabd)
+ - [By slot](#org5ad3d2c)
+ - [Table for all talks](#orga808aa2)
+- [Talks](#org918d6ff)
+ - [NOVEMBER 28 (Saturday)](#orgd645095):sat:
+ - [NOVEMBER 29 (Sunday)](#org19939ec):sun:
+- [Code](#talk37)
+ - [Planning](#orgae44c73)
+ - [Generate schedule file](#org5b4250a)
+
+
+<a id="org2762f59"></a>
# Actions
@@ -15,9 +30,13 @@ You can check out the Org Mode source for this page by following the [editing in
- [Generate schedule files](conf/generate-schedule-files)
+<a id="org1c40a2d"></a>
+
# Tables
+<a id="orga6eeabd"></a>
+
## Overall
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
@@ -148,6 +167,8 @@ You can check out the Org Mode source for this page by following the [editing in
</table>
+<a id="org5ad3d2c"></a>
+
## By slot
@@ -602,6 +623,8 @@ You can check out the Org Mode source for this page by following the [editing in
</table>
+<a id="orga808aa2"></a>
+
## Table for all talks
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
@@ -924,9 +947,13 @@ You can check out the Org Mode source for this page by following the [editing in
</table>
+<a id="org918d6ff"></a>
+
# Talks
+<a id="orgd645095"></a>
+
## NOVEMBER 28 (Saturday) :sat:
@@ -2570,6 +2597,8 @@ You can check out the Org Mode source for this page by following the [editing in
### 16:30 - 17:00 Closing remarks
+<a id="org19939ec"></a>
+
## NOVEMBER 29 (Sunday) :sun:
@@ -3812,9 +3841,13 @@ sublicensable to the EmacsConf organizers or that my use of them is
fair use.
+<a id="talk37"></a>
+
# Code
+<a id="orgae44c73"></a>
+
## Planning
This check\_time block can be called from different headings. It sums
@@ -3915,6 +3948,8 @@ Some conference-related functions
(lambda () (org-entry-get (point) "MIN_TIME")) nil 'tree))))))))
+<a id="org5b4250a"></a>
+
## Generate schedule file
(defun conf/get-talk-info ()
diff --git a/2020/submissions.org b/2020/submissions.org
index 0c9b254f..656071ea 100644
--- a/2020/submissions.org
+++ b/2020/submissions.org
@@ -1,6 +1,7 @@
#+title: EmacsConf 2020 submissions
#+todo: todo(t) in-progress(i) | accepted(a) rejected(r) cancelled(c)
#+PROPERTY: header-args :eval yes
+#+options: toc:nil
#+begin_export md
[[!meta title="Submissions"]]
@@ -9,9 +10,7 @@
#+end_export
You can check out the Org Mode source for this page by following the [[https://emacsconf.org/edit/][editing instructions]].
-#+begin_export md
-[[!toc levels=3]]
-#+end_export
+#+TOC: headlines 2
* Actions