From: William Henney <whenney@gmail.com>
To: Eric Schulte <schulte.eric@gmail.com>
Cc: emacs-org <emacs-orgmode@gnu.org>
Subject: Re: [org-babel] Bug in org-babel-latex when writing to PDF
Date: Mon, 14 Jun 2010 16:22:00 -0500 [thread overview]
Message-ID: <AANLkTing-eS4wzz6qzSGeCgox0eQyPOHmrbW73Fa0Pu_@mail.gmail.com> (raw)
In-Reply-To: <87iq5liilv.fsf@gmail.com>
Hi Eric
Thanks for your response
On Mon, Jun 14, 2010 at 1:17 PM, Eric Schulte <schulte.eric@gmail.com> wrote:
> Your code snippet exports as expected for me using the latest version of
> Org-mode.
>
> What values do you have set for the
> `org-export-latex-default-packages-alist' and
> `org-export-latex-packages-alist'
> variables?
>
> My guess is that the problem could be in a rogue entry in one of those
> values. If you'd like to re try with (a subset of) my settings you can
> by evaluating the following elisp.
I see the error even when I start a vanilla emacs with no
customizations. Yes, you are right that
org-export-latex-default-packages-alist is the culprit, but the
problem is with the default value of this variable. You do not see the
problem because you have overwritten that variable to remove the
problematic part!
The default value of org-export-latex-default-packages-alist, as
defined on line 3076 of org.el, begins
(("AUTO" "inputenc" t)
("T1" "fontenc" t)
... etc ...
This works fine in the normal latex export, since the string AUTO gets
replaced by the correct file encoding, but this is not being done in
org-babel-latex.
It looks like the function that should be used is
org-export-latex-fix-inputenc, which is defined in org-latex.el
Cheers
Will
--
Dr William Henney, Centro de Radioastronomía y Astrofísica,
Universidad Nacional Autónoma de México, Campus Morelia
next prev parent reply other threads:[~2010-06-14 21:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-14 18:04 [org-babel] Bug in org-babel-latex when writing to PDF William Henney
2010-06-14 18:17 ` Eric Schulte
2010-06-14 19:52 ` Sébastien Vauban
2010-06-14 20:32 ` Eric Schulte
2010-06-14 21:22 ` William Henney [this message]
2010-06-14 21:46 ` Eric Schulte
2010-06-15 14:46 ` William Henney
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AANLkTing-eS4wzz6qzSGeCgox0eQyPOHmrbW73Fa0Pu_@mail.gmail.com \
--to=whenney@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=schulte.eric@gmail.com \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.