diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/nuke | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ handle_extension() { | |||
199 | exit 1;; | 199 | exit 1;; |
200 | 200 | ||
201 | ## OpenDocument | 201 | ## OpenDocument |
202 | odt|ods|odp|sxw) | 202 | odt|ods|odp|sxw|pptx) |
203 | if which odt2txt >/dev/null 2>&1; then | 203 | if which odt2txt >/dev/null 2>&1; then |
204 | ## Preview as text conversion | 204 | ## Preview as text conversion |
205 | odt2txt "${FPATH}" | eval "$PAGER" | 205 | odt2txt "${FPATH}" | eval "$PAGER" |