From mboxrd@z Thu Jan 1 00:00:00 1970 From: Madhu Rao Subject: Beamer Table Export Date: Sun, 10 Jan 2010 17:32:41 +0530 Message-ID: <499FA013-A882-4895-9BCF-BCFE0D920F4B@gmail.com> Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NTwXX-0001EH-OS for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 07:05:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NTwXS-0001DK-4s for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 07:05:02 -0500 Received: from [199.232.76.173] (port=38613 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTwXS-0001DH-0K for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 07:04:58 -0500 Received: from mail-gx0-f224.google.com ([209.85.217.224]:46319) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NTwWC-00081I-9i for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 07:04:57 -0500 Received: by gxk24 with SMTP id 24so20678780gxk.6 for ; Sun, 10 Jan 2010 04:02:48 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Org-Mode 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.=20 * 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}