emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Beamer Table Export


From: Madhu Rao
Subject: [Orgmode] Beamer Table Export
Date: Sun, 10 Jan 2010 17:32:41 +0530

Carsten: Thanks for this wonderful addition to org-mode.
I have one small problem with tables and BEAMER/LaTeX keyword: it maybe an 
usage issue.

The following org-table does not translate to a latex-table. It remains
a org-table in the tex-file. 

* Table export
** Table export problem
#+BEAMER: \begin{textblock}{10}(-1,0)

| A | B | C | D |
|---+---+---+---|
| 0 | 0 | 0 | 0 |
| 0 | 0 | 0 | 1 |
| 0 | 0 | 1 | 0 |
|---+---+---+---|

#+BEAMER: \end{textblock}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]