diff options
| author | EmacsConf <emacsconf-org@gnu.org> | 2023-12-01 16:58:40 -0500 | 
|---|---|---|
| committer | EmacsConf <emacsconf-org@gnu.org> | 2023-12-01 16:58:40 -0500 | 
| commit | 6cadf82dc2f461a5acc46ae6ce42aeea20533265 (patch) | |
| tree | 11973749d5aed8e833d1c73cb7408bb67e79634e | |
| parent | 6d35ab2ac27a552d276c82910e92cc35f41a7e33 (diff) | |
| download | emacsconf-el-6cadf82dc2f461a5acc46ae6ce42aeea20533265.tar.xz emacsconf-el-6cadf82dc2f461a5acc46ae6ce42aeea20533265.zip  | |
check edited
| -rw-r--r-- | emacsconf-publish.el | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/emacsconf-publish.el b/emacsconf-publish.el index 2a02672..bedc40f 100644 --- a/emacsconf-publish.el +++ b/emacsconf-publish.el @@ -1468,7 +1468,9 @@ answers without needing to listen to everything again. You can see <a href=\"htt  															f)  						;; further tests  						(pcase f -							((rx (seq "vtt" string-end)) (plist-get talk :captions-edited)) +							((rx (seq "vtt" string-end)) +							 (or (plist-get talk :captions-edited) +									 (emacsconf-captions-edited-p (expand-file-name f emacsconf-cache-dir))))  							((rx (seq "--"  												(or "original" "reencoded" "normalized")  												"."  | 
