diff options
Diffstat (limited to '')
-rw-r--r-- | organizers-notebook/index.org | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/organizers-notebook/index.org b/organizers-notebook/index.org index bda3ee9b..17de185c 100644 --- a/organizers-notebook/index.org +++ b/organizers-notebook/index.org @@ -680,6 +680,18 @@ docker exec -it greenlight-v2 bundle exec rake user:create["USERNAME","EMAIL","P 4. Regenerate the intros (before, after). elisp:emacsconf-stream-generate-in-between-pages, then use elisp:subed-record-compile-video in the intros file. 5. Sync the new intros to the /data/emacsconf/shared/$YEAR/assets/intros directory. 6. Regenerate the pads: elisp:emacsconf-pad-prepopulate-all-talks +** When a talk changes title + +1. Update the title in conf.org. +2. Delete the FILE_PREFIX property. +3. Call elisp:emacsconf-set-file-prefix-if-needed. +4. Rename existing files with elisp:emacsconf-update-file-prefixes. +5. Update the intro VTT file with the new title. +6. Update the wiki page for the talk. +7. Regenerate the in-between images with elisp:emacsconf-stream-generate-in-between-pages +8. Rerecord and recompile the intro, and recompile the intro for the talk after it. +9. elisp:emacsconf-update-schedule +10. elisp:emacsconf-pad-prepopulate-hyperlists ** When a talk Q&A changes method :PROPERTIES: :CUSTOM_ID: change-talk-qa |