From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: org2pdf export broken on parabola Date: Sun, 28 Aug 2016 19:46:15 +0100 Message-ID: <87oa4czq88.fsf@gmail.com> References: <87wpj7zeeh.fsf@santanas.co.za> <87twe7zs4g.fsf@gmail.com> <877fb0dib4.fsf@santanas.co.za> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1be569-0004Mk-0M for emacs-orgmode@gnu.org; Sun, 28 Aug 2016 14:46:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1be562-0005ks-G6 for emacs-orgmode@gnu.org; Sun, 28 Aug 2016 14:46:24 -0400 Received: from mail-wm0-x22e.google.com ([2a00:1450:400c:c09::22e]:37765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1be562-0005kn-9M for emacs-orgmode@gnu.org; Sun, 28 Aug 2016 14:46:18 -0400 Received: by mail-wm0-x22e.google.com with SMTP id i5so61175640wmg.0 for ; Sun, 28 Aug 2016 11:46:18 -0700 (PDT) In-Reply-To: <877fb0dib4.fsf@santanas.co.za> 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: Divan Santana , emacs-orgmode@gnu.org Hi Divan, Thanks for your reply. 2016ko abuztuak 28an, Divan Santana-ek idatzi zuen: > > Thanks for the reply. > > My initial post was a lacking detail, sorry... > > So, on parabola Linux, a simply org file, like this: > > QUOTE > * Test > > Testing org export to pdf via latex, on parabola Linux. > END QUOTE > > If I try export via C-c C-e l p > > results in a blank PDF. > > The *Org PDF LaTeX Output* buffer contains this: > > QUOTE > This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Parabola) (preloaded format=pdflatex) > restricted \write18 enabled. > entering extended mode > (/home/admin/ownCloud/documents/org/test.tex > LaTeX2e <2016/03/31> patch level 3 > Babel <3.9r> and hyphenation patterns for 83 language(s) loaded. > (/usr/share/texmf-dist/tex/latex/base/article.cls > Document Class: article 2014/09/29 v1.4h Standard LaTeX document class > (/usr/share/texmf-dist/tex/latex/base/size11.clo)) > (/usr/share/texmf-dist/tex/latex/base/inputenc.sty > (/usr/share/texmf-dist/tex/latex/base/utf8.def > (/usr/share/texmf-dist/tex/latex/base/t1enc.dfu) > (/usr/share/texmf-dist/tex/latex/base/ot1enc.dfu) > (/usr/share/texmf-dist/tex/latex/base/omsenc.dfu))) > (/usr/share/texmf-dist/tex/latex/base/fontenc.sty > (/usr/share/texmf-dist/tex/latex/base/t1enc.def) > kpathsea: Running mktextfm ecrm1095 > mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecrm1095 > This is METAFONT, Version 2.7182818 (TeX Live 2016/Parabola) (preloaded base=mf) > > kpathsea: Running mktexmf ecrm1095 > > ! I can't find file `ecrm1095'. > <*> ...ljfour; mag:=1; nonstopmode; input ecrm1095 [...snip the rest...] This log indicates that the problem occurs during the loading of the fontenc package. Fontenc is a good package to load, apparently: . You can probably fix this error by either removing the entry for the fontenc package from org-latex-default-packages-alist, or setting org-latex-compiler to either lualatex or xelatex (newer latex compilers neither of which use fontenc). Of course, either of these might uncover further problems (the parabola approach to packaging texlive seems pretty haphazard), but I believe either step would fix the problem you have reported. -- Aaron Ecay