Closed jgru closed 2 years ago
Thanks for reporting this and great that you found some use for qpdf.el! I can reproduce this and think it is due to things not being autoloaded as they should. I'll push a fix.
Thank you for your quick response and resolving this.
Can you elaborate why the autoload-statement needed the variable 'qdpf?
Dear orgtre,
I have been using your package
qpdf.el
and really like it. Unfortunately, I receive the following error when loadingqpdf.el
The error can be reproduced with the following minimal configuration file:
It looks like that
(require 'transient)
in l. 11 does somehow not take effect. Adding an explicit(require 'transient)
-statement in front of the(use-package...)
-statement resolves the error. Do you have an idea what causes this problem here?Thank you very much for providing and maintaining
qpdf.el
.Best regards, jgru