add new required slide key, as :properties
2 files changed, 2 insertions(+), 1 deletions(-) M tests.el M zpresent.el
M tests.el +1 -1
@@ 13,7 13,7 @@ ;; nil))))) -(defconst required-slide-keys '(:type :body :title :checkpoint)) +(defconst required-slide-keys '(:type :properties :body :title :checkpoint)) (ert-deftest make-slide/title-only/check-title ()
M zpresent.el +1 -0