Hi all, I was trying to wrap ox-latex in a use-package configuration. My use-package statement is super simple: (use-package ox-latex :defer t) However, emacs cribs on this at startup as follows: package-compute-transaction: Package ‘ox-latex-’ is unavailable Any ideas of what could be going wrong here? I have seen many people use use-package for ox-latex, so I do not understand why this should happen now. As an initial check, I did see that ox-latex is not available as a package in package-list-packages output. It is available via find-library command in my org-installation, though. Thanks for the help in advance! Dushyant