From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Beamer Table Export Date: Sun, 10 Jan 2010 13:45:27 +0100 Message-ID: <39630F1C-102A-4B31-A173-DDC81B4F3FBE@gmail.com> References: <499FA013-A882-4895-9BCF-BCFE0D920F4B@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NTxAl-00027W-K7 for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 07:45:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NTxAh-00025V-5O for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 07:45:35 -0500 Received: from [199.232.76.173] (port=39004 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NTxAg-00025S-V6 for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 07:45:30 -0500 Received: from mail-ew0-f214.google.com ([209.85.219.214]:33605) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NTxAg-0006VN-AT for emacs-orgmode@gnu.org; Sun, 10 Jan 2010 07:45:30 -0500 Received: by ewy6 with SMTP id 6so20151810ewy.9 for ; Sun, 10 Jan 2010 04:45:29 -0800 (PST) In-Reply-To: <499FA013-A882-4895-9BCF-BCFE0D920F4B@gmail.com> 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: Madhu Rao Cc: emacs-orgmode Org-Mode Hi Madhu, this has come up before, and the only working fix we have right now is this: * 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} Note the {} before te \begin. Maybe textblock should be added to the blocks handled by org-exp- blocks.el? - Carsten > On Jan 10, 2010, at 1:02 PM, Madhu Rao wrote: > 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. > > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten