Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
;; This file:
;;   http://anggtwu.net/elisp/2025-modern-video0.el.html
;;   http://anggtwu.net/elisp/2025-modern-video0.el
;;          (find-angg "elisp/2025-modern-video0.el")
;; Author: Eduardo Ochs <eduardoochs@gmail.com>
;;
;; Install the incomplete video "2025modern" as a first-class video.

;; Run this:
(ee-1stclassvideos-add '
    ("2025modern"
     :title "Some problems of modernizing Emacs (incomplete - slides 0 to 6 only)"
     :mp4   "http://anggtwu.net/eev-videos/2025-modern.mp4"
     :yt    "http://www.youtube.com/watch?v=BRbOXmvkFFA"
     :page  "http://anggtwu.net/2025-modern.html"
     :hsubs "http://anggtwu.net/2025-modern.html#0:00"
     :date    "2025mar12"
     :length  "20:38"
     :subs    ".vtt"
     :comment "A video about vector-like lambdas, `cl-print', and buttons.")
)

;; Then this:
;; (find-code-1stclassvideos '("2025modern"))
        (code-1stclassvideos '("2025modern"))


;; Then try:
;; Play:  (find-2025modernvideo "0:00")
;; HSubs: (find-2025modernhsubs "0:00")
;; LSubs: (find-2025modernlsubs "0:00")
;; Info:  (find-1stclassvideo-links "2025modern")






;; Local Variables:
;; coding:  utf-8-unix
;; End: