diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el index 4619f9fcd..ef07acfed 100644 --- a/lisp/ox-odt.el +++ b/lisp/ox-odt.el @@ -2946,7 +2946,7 @@ channel." (when scheduled (concat (format "%s" - "OrgScheduledKeyword" org-deadline-string) + "OrgScheduledKeyword" org-scheduled-string) (org-odt-timestamp scheduled contents info)))))))