From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dushyant Juneja Subject: use-package with ox-latex Date: Tue, 27 Dec 2016 13:01:26 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113ed258db0daa0544a373d6 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cLrNt-0005rM-W5 for emacs-orgmode@gnu.org; Tue, 27 Dec 2016 08:01:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cLrNt-0004ft-B3 for emacs-orgmode@gnu.org; Tue, 27 Dec 2016 08:01:42 -0500 Received: from mail-ua0-x22a.google.com ([2607:f8b0:400c:c08::22a]:34701) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cLrNt-0004f9-5E for emacs-orgmode@gnu.org; Tue, 27 Dec 2016 08:01:41 -0500 Received: by mail-ua0-x22a.google.com with SMTP id 34so143430497uac.1 for ; Tue, 27 Dec 2016 05:01:38 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-org list --001a113ed258db0daa0544a373d6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 =E2=80=98ox-latex-=E2=80=99 is unavail= able 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 --001a113ed258db0daa0544a373d6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi all,

I was trying to wrap ox-latex i= n 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 =E2=80=98ox-late= x-=E2=80=99 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 c= ommand in my org-installation, though.

Thanks for = the help in advance!

Dushyant
--001a113ed258db0daa0544a373d6--