diff options
Diffstat (limited to '2022/organizers-notebook')
-rw-r--r-- | 2022/organizers-notebook/index.org | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/2022/organizers-notebook/index.org b/2022/organizers-notebook/index.org index accde45e..29e3ee36 100644 --- a/2022/organizers-notebook/index.org +++ b/2022/organizers-notebook/index.org @@ -654,9 +654,7 @@ CLOSED: [2022-12-13 Tue 09:55] (if (file-exists-p (expand-file-name (concat (org-entry-get (point) "VIDEO_SLUG") "--answers.webm") emacsconf-cache-dir)) (org-todo "TO_INDEX_QA") - (org-todo "TO_REVIEW_QA")) - (when (string-match "large" (or (org-entry-get (point) "QA_NOTE") "")) - (org-entry-put (point) "QA_MODEL" "large"))) + (org-todo "TO_REVIEW_QA"))) "TODO=\"TO_ARCHIVE\"+SLUG={.}") ) |