Nicolas Goaziou wrote:
> Here's another update. I added a few more tests.
>
> If there's no more bug report or feedback, I'll simply put it in
> a "wip-lint" branch until Org 8.4 starts its development cycle.

Could `org-lint' return a success/fail indication, so that we could
write something along in an export hook:

--8<---------------cut here---------------start------------->8---
(if (org-lint)
    ... continue with export ...
  ... stop with message or display the lint buffer ...)
--8<---------------cut here---------------end--------------->8---

As well, could the buffer be hidden (or killed) if it's empty?

Best regards,
  Seb

-- 
Sebastien Vauban


Reply via email to