* orgtbl mode puzzle
@ 2010-10-15 10:44 Nigel Beck
2010-10-16 6:03 ` Carsten Dominik
0 siblings, 1 reply; 3+ messages in thread
From: Nigel Beck @ 2010-10-15 10:44 UTC (permalink / raw)
To: emacs-orgmode
I'm not sure if I'm understanding orgtbl mode correctly per
http://orgmode.org/manual/Tables-in-arbitrary-syntax.html#Tables-in-arbitrary-syntax,
but here is my experience (using the latest code from git).
1) Make something.org, cut and paste in the table from the latex example
http://orgmode.org/manual/A-LaTeX-example.html#A-LaTeX-example, hit C-c
C-c => nothing happens
2) Make something.txt, do M-x orgtbl-mode, cut and paste in the table
from the latex example, hit C-c C-c => latex table is inserted.
3) Make something.org, cut and paste a list from the list example
http://orgmode.org/manual/Radio-lists.html#Radio-lists, hit C-c C-c =>
latex list is inserted.
4) Make something.txt, do M-x orgtbl-mode, cut and paste in the list
example, hit C-c C-c => wrong type argument: commandp, nil
So I get: tables work, but only with minor mode orgtbl-mode and not in org-mode.
Lists work, but only in orgmode and not with minor mode orgtbl-mode.
Is this as intended? Or, does it even work this way for anyone else?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: orgtbl mode puzzle
2010-10-15 10:44 orgtbl mode puzzle Nigel Beck
@ 2010-10-16 6:03 ` Carsten Dominik
2010-10-18 14:05 ` Nigel Beck
0 siblings, 1 reply; 3+ messages in thread
From: Carsten Dominik @ 2010-10-16 6:03 UTC (permalink / raw)
To: Nigel Beck; +Cc: emacs-orgmode
Hi Nigel,
radio tables and list are not supposed to work in org-mode,
only in other buffers with orgtbl-mode (for tables) and
orgstruct-mode (for lists) activated.
Things work OK for tables, but there is a new bug in the list part.
I have asked Nicolas to take a look.
- Carsten
On Oct 15, 2010, at 12:44 PM, Nigel Beck wrote:
> I'm not sure if I'm understanding orgtbl mode correctly per
> http://orgmode.org/manual/Tables-in-arbitrary-syntax.html#Tables-in-arbitrary-syntax
> ,
> but here is my experience (using the latest code from git).
>
> 1) Make something.org, cut and paste in the table from the latex
> example
> http://orgmode.org/manual/A-LaTeX-example.html#A-LaTeX-example, hit
> C-c
> C-c => nothing happens
> 2) Make something.txt, do M-x orgtbl-mode, cut and paste in the table
> from the latex example, hit C-c C-c => latex table is inserted.
> 3) Make something.org, cut and paste a list from the list example
> http://orgmode.org/manual/Radio-lists.html#Radio-lists, hit C-c C-c =>
> latex list is inserted.
> 4) Make something.txt, do M-x orgtbl-mode, cut and paste in the list
> example, hit C-c C-c => wrong type argument: commandp, nil
>
> So I get: tables work, but only with minor mode orgtbl-mode and not
> in org-mode.
> Lists work, but only in orgmode and not with minor mode orgtbl-mode.
>
> Is this as intended? Or, does it even work this way for anyone else?
>
>
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: orgtbl mode puzzle
2010-10-16 6:03 ` Carsten Dominik
@ 2010-10-18 14:05 ` Nigel Beck
0 siblings, 0 replies; 3+ messages in thread
From: Nigel Beck @ 2010-10-18 14:05 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode
Carsten - thanks for the reply. I had thought of using radio tables to
splice in the table details while putting some nice handiwork around the
table column headers (for example, having a column header span multiple
columns in the final draft(s) of a doc).
Is there an alternative approach you'd recommend? I understand the
notion is to avoid "infecting" org-mode docs overly much with the
details of different export targets; at the same time, as a doc moves to
final draft at times such things appear unavoiding to get the desired layout.
Carsten Dominik <carsten.dominik@gmail.com> writes:
> Hi Nigel,
>
> radio tables and list are not supposed to work in org-mode,
> only in other buffers with orgtbl-mode (for tables) and
> orgstruct-mode (for lists) activated.
>
> Things work OK for tables, but there is a new bug in the list part.
> I have asked Nicolas to take a look.
>
> - Carsten
>
> On Oct 15, 2010, at 12:44 PM, Nigel Beck wrote:
>
>> I'm not sure if I'm understanding orgtbl mode correctly per
>> http://orgmode.org/manual/Tables-in-arbitrary-syntax.html#Tables-in-arbitrary-syntax
>> ,
>> but here is my experience (using the latest code from git).
>>
>> 1) Make something.org, cut and paste in the table from the latex
>> example
>> http://orgmode.org/manual/A-LaTeX-example.html#A-LaTeX-example, hit
>> C-c
>> C-c => nothing happens
>> 2) Make something.txt, do M-x orgtbl-mode, cut and paste in the table
>> from the latex example, hit C-c C-c => latex table is inserted.
>> 3) Make something.org, cut and paste a list from the list example
>> http://orgmode.org/manual/Radio-lists.html#Radio-lists, hit C-c C-c =>
>> latex list is inserted.
>> 4) Make something.txt, do M-x orgtbl-mode, cut and paste in the list
>> example, hit C-c C-c => wrong type argument: commandp, nil
>>
>> So I get: tables work, but only with minor mode orgtbl-mode and not
>> in org-mode.
>> Lists work, but only in orgmode and not with minor mode orgtbl-mode.
>>
>> Is this as intended? Or, does it even work this way for anyone else?
>>
>>
>> _______________________________________________
>> 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
>
>
> _______________________________________________
> 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
>
--
Nigel Beck
http://www.nigelbeck.com
+1-323-NDUGU-ME (323-638-4863)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-18 14:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-15 10:44 orgtbl mode puzzle Nigel Beck
2010-10-16 6:03 ` Carsten Dominik
2010-10-18 14:05 ` Nigel Beck
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).