Re: [O] use-package with ox-latex

2017-01-03 Thread Kaushal Modi
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

Re: [O] use-package with ox-latex

2016-12-27 Thread Stig Brautaset
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) `--

[O] use-package with ox-latex

2016-12-27 Thread Dushyant Juneja
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