emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug: Is "radio tables" broken?


From: Nick Dokos
Subject: Re: [O] Bug: Is "radio tables" broken?
Date: Fri, 08 Nov 2013 15:56:05 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Charles Millar <address@hidden> writes:

> I tried to use the LaTeX radio tables that I included in a file that I
> set up a year ago.
>
> When point was in the first cell of the table, C-c C-c gave
>
> C-c C-c can do nothing useful at this location.
>
> I copied the LaTeX radio table (section A.6.2) from the manual into a
> scratch.org file, put the point in the first cell, C-c C-c 'd with the
> same result.
>
> Out of curiosity I changed one of the "Days" number for January, C-c 
> C-c'd the TBLFM: and again the same message.
>
> Is there a bug or what am I missing in the manual?
>

You need to turn on orgtbl-mode as a minor mode:

M-x orgtbl-mode

But putting the example in an org document misses the point I think: the
idea is that you have a *LaTeX document* (not an org one), but you want
to be able to create a table using org syntax and to then automatically
create the LaTeX table from the org table. So you add the code into your
LaTeX document, turn on orgtbl-mode as a minor mode and then press C-c
C-c on the ORGTBL: SEND line which turns the org table into a LaTeX
table and inserts it at the spot specified with the BEGIN/END RECEIVE
ORGTBL stufff.

Nick







reply via email to

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