[Gnus] Make experimental converter function interactive

This commit is contained in:
Daniel - 2018-08-12 10:49:21 +02:00
parent d5215d60be
commit 9d601e341e
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 0 deletions

View File

@ -522,6 +522,7 @@ If found, imports the certificate via gpgsm."
(defun db/gnus-html-mime-part-to-org ()
"Convert current gnus article to org mode."
(interactive)
(let ((return-code (gnus-mime-pipe-part "pandoc -f html -t org")))
(unless (zerop return-code)
(error "Error in extracting text"))