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:

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: