Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion org-web-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ When SELECTOR is non-nil, the HTML is filtered using
(sleep-for org-web-tools-pandoc-sleep-time)
(cl-incf checked)))
(if (and (zerop (process-exit-status process))
(not (string-match "--no-wrap is deprecated" (buffer-string))))
(not (string-match-p (rx "--no-wrap " (or "is deprecated" "has been removed")) (buffer-string))))
"--no-wrap"
"--wrap=none"))))

Expand Down