emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: Re: english automatically option added to latex's babel package
Date: Fri, 19 Jul 2013 13:00:26 +0200	[thread overview]
Message-ID: <87wqom6chh.fsf@gmx.us> (raw)
In-Reply-To: 878v12gbx2.fsf@ucl.ac.uk

Eric S Fraga <e.fraga@ucl.ac.uk> writes:

> Renato <rennabh@gmail.com> writes:
>
>> Hi, I've customized org-latex-packages-alist and added the package
>> "babel", with option "italian", however in my latex exports I get:
>
> Add it with AUTO instead of italian and then specify the language in
> your document using 
>
> #+language: it
>
> If you want Italian for all documents by default, set
> org-export-default-language:

These are the recommend instructions, yes, and indeed how I imagined
people to use it.

I looked at it and while I can reproduce there's no bug.

Start from emacs -q and eval

(require 'ox-latex)
(add-to-list 'org-latex-default-packages-alist '("italian" babel nil))

When I export the document

#+begin_src org
   * titel
#+end_src

the language defaults to org-export-default-language which is "en".
So it does what you'd expect and loads English in front of Italian
'cause it's the document language.

Compare to what Eric says:

#+begin_src org
#+LANGUAGE: it
   * titel
#+end_src

You get only Italian. 

So it guesses the language correctly.

–Rasmus

-- 
Got mashed potatoes. Ain't got no T-Bone. No T-Bone

  reply	other threads:[~2013-07-19 11:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-18 21:15 english automatically option added to latex's babel package Renato
2013-07-19  8:48 ` Rasmus
2013-07-19  9:02 ` Eric S Fraga
2013-07-19 11:00   ` Rasmus [this message]
2013-07-25  8:34     ` Renato

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=87wqom6chh.fsf@gmx.us \
    --to=rasmus@gmx.us \
    --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).