emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* new latex exporter and attr_latex
@ 2012-12-11 16:39 François Allisson
  2012-12-11 16:47 ` Nick Dokos
  2012-12-11 20:09 ` Michael Gauland
  0 siblings, 2 replies; 7+ messages in thread
From: François Allisson @ 2012-12-11 16:39 UTC (permalink / raw)
  To: Org mode

Hi,

The following example used to work for me

***************
#+ATTR_LATEX: align=lcr
| left | center | right |
***************

i.e. it was exported with the correct alignment rules. But now (Org
7.9.2-666/ Emacs 24.2.50.1), it seems to not work any more, as it get
exported as

**************
\begin{center}
\begin{tabular}{lll}
left & center & right\\
\end{tabular}
\end{center}
**************

The "lll", instead of "lcr" is what bother me...

Any change recently around attr_latex or align?

Thanks for any help,

François

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

end of thread, other threads:[~2012-12-16 16:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-11 16:39 new latex exporter and attr_latex François Allisson
2012-12-11 16:47 ` Nick Dokos
2012-12-11 17:13   ` François Allisson
2012-12-12 14:24     ` Nicolas Goaziou
2012-12-16 16:59       ` François Allisson
2012-12-11 20:09 ` Michael Gauland
2012-12-12 10:50   ` François Allisson

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