emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Emmanuel Charpentier <emm.charpentier@free.fr>
To: "Fraga, Eric" <e.fraga@ucl.ac.uk>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: [BUG](?) Export to beamet recently stopped working.
Date: Thu, 11 Aug 2022 13:51:04 +0200	[thread overview]
Message-ID: <4f6be7bb217f2120f74fff5921ff27c2ce92203a.camel@free.fr> (raw)
In-Reply-To: <87pmh72jrs.fsf@ucl.ac.uk>

Le jeudi 11 août 2022 à 09:48 +0000, Fraga, Eric a écrit :
> On Thursday, 11 Aug 2022 at 10:00, Emmanuel Charpentier wrote:
> > Since about a week, exporting directly to Beamer ceased to work.
> > See
> > the attached Minimal.org file :
> > Debugger entered--Lisp error: (wrong-type-argument sequencep 108)
> 
> org-latex-pdf-process should be a list of strings, not a string. 

Aaaarghhh... You're right. This works perfectly.
Old age is a wreckage...

> Also,
> I would not use custom-set-variables but simply set the value
> locally:
> 
> #+begin_src emacs-lisp :exports none :results silent
>   (require 'ox-beamer)
>   (setq-local org-latex-pdf-process
>      '("latexmk -shell-escape -f -pdf -%latex -
> interaction=nonstopmode -output-directory=%o %f"))
> #+end_src

Why locally ?
What's the point ?
I don't doubt that it exists, but I don't see it.

Anyway, thank you very much !

--
Emmanuel Charpentier
Now, where is that wakisashi ?...



  reply	other threads:[~2022-08-11 11:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-11  8:00 [BUG](?) Export to beamet recently stopped working Emmanuel Charpentier
2022-08-11  9:48 ` Fraga, Eric
2022-08-11 11:51   ` Emmanuel Charpentier [this message]
2022-08-11 12:32     ` Fraga, Eric
2022-08-11 12:39       ` Emmanuel Charpentier
2022-08-11 12:41         ` Fraga, Eric

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=4f6be7bb217f2120f74fff5921ff27c2ce92203a.camel@free.fr \
    --to=emm.charpentier@free.fr \
    --cc=e.fraga@ucl.ac.uk \
    --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).