I can't get ox-beamer to recognize the settings from the :align, while 
exporting a table to latex. In the tex file it shows as: \begin{tabular}{lllll}
Using Emacs 24.4.1 (Org mode 8.2.10) on Fedora 21
 my script follows, including headers
#+TITLE: export latex embedded table 
#+AUTHOR: VE
#+EMAIL: desdefu...@yahoo.com
#+OPTIONS: H:1 toc:nil
#+LATEX_CLASS: beamer
#+LATEX_CLASS_OPTIONS: [presentation smaller]
#+BEAMER_THEME: Madrid
#+COLUMNS: %45ITEM %10BEAMER_ENV(Env) %10BEAMER_ACT(Act) %4BEAMER_COL(Col) 
%8BEAMER_OPT(Opt)
* table test
#+ATTR_LATEX: :mode table :align |p{3cm}|p{1cm}|p{1cm}|p{1cm}|p{1cm}| 
#+LATEX: {\tiny
|-----------------+-------+-------+-------+-------|
| <15>            | <5>   | <5>   | <5>   | <5>   |
|                 | Nunca lo hizo | Lo hizo una vez o algunas veces | Lo ha 
hecho frecuentemente | NS/NR |
|-----------------+-------+-------+-------+-------|
| a. ¿Ha trabajado en un proyecto comunitario? |       |       |       |       |
|-----------------+-------+-------+-------+-------|
| b. ¿Ha participado en actividades de voluntariado? |       |       |       |  
     |
|-----------------+-------+-------+-------+-------|
| c. ¿Ha llevado botellas, cajas, papel o material para reciclar a lugares 
designados? |       |       |       |       |
|-----------------+-------+-------+-------+-------|
#+LATEX: }

Reply via email to