Compatibility: Use org-no-warnings

* contrib/lisp/org-e-odt.el (org-e-odt-htmlfontify-string): Use
  compatibility alias `org-no-warnings´.
This commit is contained in:
Achim Gratz 2013-01-06 18:28:06 +01:00
parent 50ba6031c4
commit 4e2f6d7d8f

View file

@ -2886,7 +2886,7 @@ and prefix with \"OrgSrc\". For example,
(lambda (style text-block text-id text-begins-block-p)
(insert (format "<text:span text:style-name=\"%s\">" style))))
(hfy-end-span-handler (lambda nil (insert "</text:span>"))))
(with-no-warnings (htmlfontify-string line))))
(org-no-warnings (htmlfontify-string line))))
(defun org-e-odt-do-format-code
(code &optional lang refs retain-labels num-start)