emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Re: Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored.
@ 2018-11-25 20:36 emanuel.charpentier
  2018-11-27 14:20 ` Eric S Fraga
  0 siblings, 1 reply; 24+ messages in thread
From: emanuel.charpentier @ 2018-11-25 20:36 UTC (permalink / raw)
  To: emacs-orgmode

I forgot to add that, when exporting to plain tex or ODT, #+language*
*seems* to be honored : the table of contents is entitled "Table des
matières".

The problem is therefore probably in ox-latex.el (but way above my
level of competance in em...

--
Emmanuel Charpentier

^ permalink raw reply	[flat|nested] 24+ messages in thread
* Re: Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored.
@ 2018-11-25 18:01 emanuel.charpentier
  0 siblings, 0 replies; 24+ messages in thread
From: emanuel.charpentier @ 2018-11-25 18:01 UTC (permalink / raw)
  To: emacs-orgmode

I forgot to add that, when exporting to plain tex or ODT, #+language*
*seems* to be honored : the table of contents is entitled "Table des
matières".

The problem is therefore probably in ox-latex.el (but way above my
level of competance in emacs-lisp...).

--
Emmanuel Charpentier

^ permalink raw reply	[flat|nested] 24+ messages in thread
* Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored.
@ 2018-11-25 15:54 Emmanuel Charpentier
  2018-11-25 19:03 ` Nicolas Goaziou
  2018-11-27 14:19 ` Michael Welle
  0 siblings, 2 replies; 24+ messages in thread
From: Emmanuel Charpentier @ 2018-11-25 15:54 UTC (permalink / raw)
  To: emacs-orgmode

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

As of today, I note that the #+langiage export variable is no longer
honored when exporting to LaTeX/PDF. See enclosed files :

- #+language:fr should get me a table of contents entitled "Table des 
  matières" ;

- #+ the Latex file has "pdflang={Frenchb}}" in a \hypersetup call, 
  but nothing even remotely babel-related (i. e. nothing related to the
  LaTeX package babel, which isn't loaded...)

- the PDF file has a table of contents entitled "Contents".

HTH,

--
Emmanuel Charpentier


[-- Attachment #2: TstLanguage.org --]
[-- Type: text/plain, Size: 318 bytes --]

# Vérification d'un loup possible sur #+language...
#+title: Option "Language" ?
#+author: Emmanuel Charpentier
#+date: novembre 2018
#+language: fr

* Pique

Baratin...

* Et pique

Autre baratin

* Et colegram...

Troisième baratin...

# Il y a bien un loup : la table des matières est intitulée
# "Contents"...

[-- Attachment #3: TstLanguage.pdf --]
[-- Type: application/pdf, Size: 73471 bytes --]

[-- Attachment #4: TstLanguage.tex --]
[-- Type: text/x-tex, Size: 913 bytes --]

% Created 2018-11-25 dim. 16:45
% Intended LaTeX compiler: pdflatex
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{grffile}
\usepackage{longtable}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{amssymb}
\usepackage{capt-of}
\usepackage{hyperref}
\author{Emmanuel Charpentier}
\date{novembre 2018}
\title{Option "Language" ?}
\hypersetup{
 pdfauthor={Emmanuel Charpentier},
 pdftitle={Option "Language" ?},
 pdfkeywords={},
 pdfsubject={},
 pdfcreator={Emacs 25.2.2 (Org mode 9.1.14)}, 
 pdflang={Frenchb}}
\begin{document}

\maketitle
\tableofcontents


\section{Pique}
\label{sec:orgc6b6d38}

Baratin\ldots{}

\section{Et pique}
\label{sec:orgf382b87}

Autre baratin

\section{Et colegram\ldots{}}
\label{sec:org30745ef}

Troisième baratin\ldots{}
\end{document}

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2018-12-06 22:41 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-25 20:36 Possible bug in org-mode (MELPA version as of 1018-11-25) : #+language: is not (fully) honored emanuel.charpentier
2018-11-27 14:20 ` Eric S Fraga
2018-11-27 15:29   ` Emmanuel Charpentier
2018-11-27 20:26     ` Nicolas Goaziou
2018-11-27 20:55       ` emanuel.charpentier
2018-11-27 23:40         ` Nicolas Goaziou
2018-11-28 11:38           ` Emmanuel Charpentier
2018-11-28 14:06             ` Nicolas Goaziou
2018-11-29  7:21               ` emanuel.charpentier
2018-11-29 14:07                 ` Nicolas Goaziou
2018-11-29 17:31                   ` Emmanuel Charpentier
2018-11-29 19:12                     ` Nicolas Goaziou
2018-12-02 20:26                       ` emanuel.charpentier
2018-12-05 16:37                         ` Emmanuel Charpentier
2018-12-06 22:40                         ` Nicolas Goaziou
  -- strict thread matches above, loose matches on Subject: below --
2018-11-25 18:01 emanuel.charpentier
2018-11-25 15:54 Emmanuel Charpentier
2018-11-25 19:03 ` Nicolas Goaziou
2018-11-25 20:32   ` Emmanuel Charpentier
2018-11-25 22:31     ` Nicolas Goaziou
2018-11-26  3:40       ` Emmanuel Charpentier
2018-11-26  8:58         ` Nicolas Goaziou
2018-11-25 21:33   ` Emmanuel Charpentier
2018-11-27 14:19 ` Michael Welle

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).