summaryrefslogtreecommitdiffstats
path: root/2020/submissions.org
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2020-11-27 20:50:37 -0500
committerSacha Chua <sacha@sachachua.com>2020-11-27 20:50:37 -0500
commit16a1e8ab246a99945de0ad3590088bc15a255bb6 (patch)
tree7262b2633d57324b4237a3317e1982a5bc89cc73 /2020/submissions.org
parent037ee93cafc3269b0c278ed65326fc121fe5c487 (diff)
downloademacsconf-wiki-16a1e8ab246a99945de0ad3590088bc15a255bb6.tar.xz
emacsconf-wiki-16a1e8ab246a99945de0ad3590088bc15a255bb6.zip
Add talk IDs to the opening and closing remarks
Diffstat (limited to '2020/submissions.org')
-rw-r--r--2020/submissions.org19
1 files changed, 14 insertions, 5 deletions
diff --git a/2020/submissions.org b/2020/submissions.org
index 6638106b..c62aa6c8 100644
--- a/2020/submissions.org
+++ b/2020/submissions.org
@@ -12,6 +12,7 @@ You can check out the Org Mode source for this page by following the [[https://e
#+TOC: headlines 3
+
* Actions
- [[elisp:(org-babel-execute-buffer)][Execute buffer]] - start with this to get the function definitions
@@ -174,6 +175,9 @@ SCHEDULED: <2020-11-28 Sat 09:00-09:30>
:PROPERTIES:
:FIXED_TIME: t
:MIN_TIME: 30
+:NAME: Amin Bandali
+:CUSTOM_ID: talk00
+:TALK_ID: 00
:END:
*** 9:30 - 12:00 User talks :morning:
:PROPERTIES:
@@ -1772,6 +1776,9 @@ SCHEDULED: <2020-11-28 Sat 16:30-17:00>
:PROPERTIES:
:FIXED_TIME: t
:MIN_TIME: 30
+:NAME: Amin Bandali
+:TALK_ID: 40
+:CUSTOM_ID: talk40
:END:
** NOVEMBER 29 (Sunday) :sun:
@@ -1781,6 +1788,9 @@ SCHEDULED: <2020-11-29 Sun 09:00-09:10>
:PROPERTIES:
:FIXED_TIME: t
:MIN_TIME: 10
+:NAME: Amin Bandali
+:TALK_ID: 41
+:CUSTOM_ID: talk41
:END:
*** 9:10 - 12:00 Morning talks :morning:
@@ -2919,6 +2929,9 @@ SCHEDULED: <2020-11-29 Sun 16:30-17:00>
:PROPERTIES:
:FIXED_TIME: t
:MIN_TIME: 30
+:NAME: Amin Bandali
+:TALK_ID: 42
+:CUSTOM_ID: talk42
:END:
* Withdrawn
@@ -2987,10 +3000,6 @@ SCHEDULED: <2020-11-29 Sun 16:30-17:00>
fair use.
* Code
-:PROPERTIES:
-:CUSTOM_ID: talk37
-:TALK_ID: 37
-:END:
** Planning
This check_time block can be called from different headings. It sums
@@ -3026,7 +3035,7 @@ Some conference-related functions
(org-entry-get (point) "TALK_ID"))) "TALK_ID>0" 'file))
'(0))))))
(goto-char (point-min))
- (while (re-search-forward ":NAME: " nil t)
+ (while (re-search-forward "^ *:NAME: " nil t)
(unless (org-entry-get (point) "TALK_ID")
(org-set-property "TALK_ID" (format "%02d" id))
(org-set-property "CUSTOM_ID" (format "talk%02d" id))