From 70c811c0479125f1bab27c7c0b9b4a79d659035d Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Mon, 12 Oct 2015 08:04:29 +0200 Subject: [PATCH] Support RTF in doc-view * lisp/doc-view.el (doc-view-set-doc-type): Add entry for RTF extension. --- lisp/doc-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 5f1c94a0128..9227b82a975 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -1648,7 +1648,7 @@ If BACKWARD is non-nil, jump to the previous match." ;; Microsoft Office formats (also handled by the odf ;; conversion chain). ("doc" odf) ("docx" odf) ("xls" odf) ("xlsx" odf) - ("ppt" odf) ("pps" odf) ("pptx" odf)) + ("ppt" odf) ("pps" odf) ("pptx" odf) ("rtf" odf)) t)))) (content-types (save-excursion -- 2.39.2