unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Pedro Andres Aranda Gutierrez <paaguti@gmail.com>
To: 67815@debbugs.gnu.org
Subject: bug#67815: Commit dcd755dabcf9ef95d6d0534c11c668f44c6f89c2 kills org-beamer-export-to-pdf
Date: Wed, 13 Dec 2023 20:40:05 +0100	[thread overview]
Message-ID: <CAO48Bk9ODXQtZx1+2ujDgk4o1dC35jBYKXgOi4v==pXqXj4KuA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1536 bytes --]

;; org-export.el
(require 'org)
(require 'python)
(python-shell-prompt-detect)
(setq org-src-preserve-indentation t
      org-src-fontify-natively t
      org-export-latex-listings t
 org-latex-listings 'listings
      org-latex-prefer-user-labels t
      org-confirm-babel-evaluate nil
      org-cite-export-processors nil
;     org-cite-export-processors '((beamer . biblatex)
;                                  (latex .  biblatex))
      org-cite-biblatex-options

"backend=biber,style=numeric,sorting=none,isbn=false,doi=false,url=true"
      ;; Make sure you have bibtex integrated in the production loop
      org-latex-pdf-process
        '("latexmk -bibtex -pdflatex='pdflatex --shell-escape
--interaction=nonstopmode' -pdf -f %f")
        org-babel-python-command (executable-find "python3"))
(add-to-list 'org-latex-packages-alist '("" "listings"))
(org-babel-do-load-languages  'org-babel-load-languages
                              '((python . t)
                                (shell . t)))

command:

emacs -Q -l export-beamer.el --batch flat.org --eval
'(org-beamer-export-to-pdf)'

error produced

File mode specification error: (error Invalid face box :line-width 1 :color
grey40)

Previous commit (a91185211924f65adf7c1376b7f2d710099a5903) produces the PDF
file


-- 
Fragen sind nicht da, um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler

Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet

[-- Attachment #2: Type: text/html, Size: 2269 bytes --]

             reply	other threads:[~2023-12-13 19:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-13 19:40 Pedro Andres Aranda Gutierrez [this message]
2023-12-14  7:09 ` bug#67815: Commit dcd755dabcf9ef95d6d0534c11c668f44c6f89c2 kills org-beamer-export-to-pdf Eli Zaretskii

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.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to='CAO48Bk9ODXQtZx1+2ujDgk4o1dC35jBYKXgOi4v==pXqXj4KuA@mail.gmail.com' \
    --to=paaguti@gmail.com \
    --cc=67815@debbugs.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.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).