emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: D Bro <dabroyoh@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Latex class files in async export?
Date: Sat, 29 Apr 2017 16:52:13 -0500	[thread overview]
Message-ID: <B9587378-20EB-4303-9ADE-B57C4EBB9A0E@gmail.com> (raw)

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.

                 reply	other threads:[~2017-04-29 21:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B9587378-20EB-4303-9ADE-B57C4EBB9A0E@gmail.com \
    --to=dabroyoh@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).