On Tue, Dec 27, 2016 at 8:02 AM Dushyant Juneja
wrote:
> 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-transact
Dushyant Juneja writes:
> 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)
ox-latex is part of org, which ships with Emacs. You should be able to
just use:
,
| (require 'ox-latex)
`--
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 w