summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-03-25 16:12:24 +0100
committerBastien Guerry <bzg@altern.org>2013-03-25 16:12:24 +0100
commitf09471e5d999180e45111480f6d216d713c03ec0 (patch)
tree53059df84df9bb5e57fc20abd9c50daca44733f3
parente800105122dacedcd818250dca35f51720ff5465 (diff)
downloadorg-mode-f09471e5d999180e45111480f6d216d713c03ec0.tar.gz
ox-odt.el (org-odt-special-block): Don't insert annotations using style "Text_20_body"
* ox-odt.el (org-odt-special-block): Don't insert annotations using style "Text_20_body". Thanks to Christian Moe for reporting this bug.
-rw-r--r--lisp/ox-odt.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el
index 32d6f66..9dd8946 100644
--- a/lisp/ox-odt.el
+++ b/lisp/ox-odt.el
@@ -3066,9 +3066,7 @@ holding contextual information."
(date (or (plist-get attributes :date)
;; FIXME: Is `car' right thing to do below?
(car (plist-get info :date)))))
-
- (format "\n<text:p text:style-name=\"%s\">%s</text:p>"
- "Text_20_body"
+ (format "\n<text:p>%s</text:p>"
(format "<office:annotation>\n%s\n</office:annotation>"
(concat
(and author