Merge branch 'maint'

This commit is contained in:
Kyle Meyer 2020-11-28 10:51:57 -05:00
commit 5121209baa

View file

@ -2946,7 +2946,7 @@ channel."
(when scheduled
(concat
(format "<text:span text:style-name=\"%s\">%s</text:span>"
"OrgScheduledKeyword" org-deadline-string)
"OrgScheduledKeyword" org-scheduled-string)
(org-odt-timestamp scheduled contents info)))))))