* Beamer Table Export
@ 2010-01-10 12:02 Madhu Rao
2010-01-10 12:45 ` Carsten Dominik
0 siblings, 1 reply; 3+ messages in thread
From: Madhu Rao @ 2010-01-10 12:02 UTC (permalink / raw)
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.
* 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}
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Beamer Table Export
2010-01-10 12:02 Beamer Table Export Madhu Rao
@ 2010-01-10 12:45 ` Carsten Dominik
2010-01-10 15:03 ` Madhu Rao
0 siblings, 1 reply; 3+ messages in thread
From: Carsten Dominik @ 2010-01-10 12:45 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Beamer Table Export
2010-01-10 12:45 ` Carsten Dominik
@ 2010-01-10 15:03 ` Madhu Rao
0 siblings, 0 replies; 3+ messages in thread
From: Madhu Rao @ 2010-01-10 15:03 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode Org-Mode
Thanks very much Carsten. This work-around is more than enough.
Regards, Madhu
On 10-Jan-2010, at 6:15 PM, Carsten Dominik wrote:
> 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
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-01-10 15:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-10 12:02 Beamer Table Export Madhu Rao
2010-01-10 12:45 ` Carsten Dominik
2010-01-10 15:03 ` Madhu Rao
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).