diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-12-12 20:10:17 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-12-12 20:10:17 -0500 |
commit | 83435fdbf8fb4e7ac8e3804a721a749dc147f833 (patch) | |
tree | 872534614bc01924aa0d9adf5c8d6cb9bef7af71 | |
parent | cfae6757da4e7bb98c9e6a6f42052dde3fc161a0 (diff) | |
download | emacsconf-wiki-83435fdbf8fb4e7ac8e3804a721a749dc147f833.tar.xz emacsconf-wiki-83435fdbf8fb4e7ac8e3804a721a749dc147f833.zip |
add note about where to find questions
-rw-r--r-- | harvesting.md | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/harvesting.md b/harvesting.md index d744729b..cd41c253 100644 --- a/harvesting.md +++ b/harvesting.md @@ -51,9 +51,13 @@ we can figure that part out. # Add chapter markers Chapter markers make it easier for people to jump to the part of the -Q&A that they're interested in. You can see an example in the [Q&A for -asmblox](https://emacsconf.org/2022/talks/asmblox/). You can make a text file with the hh:mm:ss or mm:ss -timestamps and the chapter headings. +Q&A that they're interested in. To find a list of questions asked +during the Q&A sessions, check the talk's wiki page by following the +link from the schedule. (ex: [[/2022/talks]]) You can see an example +of chapter headings in the +[Q&A for asmblox](https://emacsconf.org/2022/talks/asmblox/). You can +make a text file with the hh:mm:ss or mm:ss timestamps and the chapter +headings. 00:00 Introduction 01:12 Why did you choose an internal state versus many 'state buffers'? @@ -82,10 +86,9 @@ comment can look like: Okay. So, the first question is why did you choose an internal state These can then be extracted with -`emacsconf-subed-make-chapter-file-based-on-comments` from +`emacsconf-subed-make-chapter-file-based-on-comments` from `emacsconf-subed.el` and included in our publishing workflow. - # Edit the transcript If you want to make it even easier for people to learn from the Q&A, |