* Latex class files in async export?
@ 2017-04-29 21:52 D Bro
0 siblings, 0 replies; only message in thread
From: D Bro @ 2017-04-29 21:52 UTC (permalink / raw)
To: emacs-orgmode
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-configuration-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’t seem to be visible when I do an async export to PDF. When I try an async export to PDF, I get “Process ‘org-export-process’ exited abnormally”. The PDF is not altered.
I’m no longer getting an export stack buffer, but when I was, it was complaining about the class ‘koma-article’, to me indicating it couldn’t be found. I don’t know why that buffer is no longer being generated.
Many thanks,
Ed B.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-04-29 21:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-29 21:52 Latex class files in async export? D Bro
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).