emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Language and LaTeX longtable (mismatch  org-export-dictionary ./. org-latex-babel-language-alist)
@ 2020-11-12 16:09 H.-Dirk Schmitt
  0 siblings, 0 replies; only message in thread
From: H.-Dirk Schmitt @ 2020-11-12 16:09 UTC (permalink / raw)
  To: Emacs-orgmode

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

Hello!

I'm using the following statements in a org-mode document:
  #+LANGUAGE: de-de

  #+LATEX_HEADER: \usepackage[AUTO]{babel}

This works fine, especially that the ngerman hyphenation is used (→
'de' is translated to the old (outdated) language rules 'germanb').

To set a really long table I'm using the longtable latex package via:
 #+ATTR_LATEX: :environment longtable  :align |l|r|r|r| :placement [h]

My problem is now that this is emitting the LaTeX code:
  \multicolumn{4}{l}{Continued from previous page}

As I understand this should be translated by org-mode via org-export-
dictionary to the German phrase "Fortsetzung von vorheriger Seite", but
the key 'de-de' is not defined here.

My questions:
1. Is this a bug in Org-Mode 9.1 or 9.4 (both tested)?
2. Or is this still a missing feature? Should the translation
processing includes a conversion for language codes like 'de-de' to a
fallback 'de'.
3. How can I extend in my ~/.emacs  the org-export-dictionary?

Best Regards,

H.-Dirk Schmitt





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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-12 16:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-12 16:09 Language and LaTeX longtable (mismatch org-export-dictionary ./. org-latex-babel-language-alist) H.-Dirk Schmitt

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