summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-11-28 10:51:57 -0500
committerKyle Meyer <kyle@kyleam.com>2020-11-28 10:51:57 -0500
commit5121209baa4e0e9532b521ec997b66bb8be31460 (patch)
treeac8692d771de1cf82ea220bf8c227f8cc17f4844
parent7fc55f741b77713fa80f8ebfe753e19c762b9f83 (diff)
parent546b2ba26b20acb5963f8889ca67fe4b377b555d (diff)
downloadorg-mode-5121209baa4e0e9532b521ec997b66bb8be31460.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/ox-odt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el
index 4619f9f..ef07acf 100644
--- a/lisp/ox-odt.el
+++ b/lisp/ox-odt.el
@@ -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)))))))