From f09471e5d999180e45111480f6d216d713c03ec0 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 25 Mar 2013 16:12:24 +0100 Subject: [PATCH] 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. --- lisp/ox-odt.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el index 32d6f663e..9dd894608 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%s" - "Text_20_body" + (format "\n%s" (format "\n%s\n" (concat (and author -- 2.11.4.GIT