From mboxrd@z Thu Jan 1 00:00:00 1970 From: D Bro Subject: Latex class files in async export? Date: Sat, 29 Apr 2017 16:52:13 -0500 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d4aHs-0007IV-JN for emacs-orgmode@gnu.org; Sat, 29 Apr 2017 17:52:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d4aHr-0007wV-HZ for emacs-orgmode@gnu.org; Sat, 29 Apr 2017 17:52:20 -0400 Received: from mail-pg0-x241.google.com ([2607:f8b0:400e:c05::241]:34143) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d4aHr-0007uA-BX for emacs-orgmode@gnu.org; Sat, 29 Apr 2017 17:52:19 -0400 Received: by mail-pg0-x241.google.com with SMTP id t7so10644958pgt.1 for ; Sat, 29 Apr 2017 14:52:19 -0700 (PDT) Received: from ?IPv6:2605:a601:41a0:9800:8d7b:4a1d:e1d:278a? ([2605:a601:41a0:9800:8d7b:4a1d:e1d:278a]) by smtp.gmail.com with ESMTPSA id s68sm17409517pfj.77.2017.04.29.14.52.16 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 29 Apr 2017 14:52:17 -0700 (PDT) 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-orgmode@gnu.org I have the following definition in my org-mode file: (add-to-list 'org-latex-classes ;; = https://emacs.stackexchange.com/questions/29694/spacemacs-and-org-mode-con= figuration-problem '("koma-article" "\\documentclass{scrartcl}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")))) Yet it doesn=E2=80=99t seem to be visible when I do an async export to = PDF. When I try an async export to PDF, I get =E2=80=9CProcess = =E2=80=98org-export-process=E2=80=99 exited abnormally=E2=80=9D. The = PDF is not altered. I=E2=80=99m no longer getting an export stack buffer, but when I was, it = was complaining about the class =E2=80=98koma-article=E2=80=99, to me = indicating it couldn=E2=80=99t be found. I don=E2=80=99t know why that = buffer is no longer being generated. Many thanks, Ed B.=