emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] use-package with ox-latex


From: Dushyant Juneja
Subject: [O] use-package with ox-latex
Date: Tue, 27 Dec 2016 13:01:26 +0000

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]