emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Problem with tables


From: Michael Brand
Subject: Re: [Orgmode] Problem with tables
Date: Mon, 29 Nov 2010 18:21:25 +0100

On Mon, Nov 29, 2010 at 17:58, Gaspaio <address@hidden> wrote:
> I'm a newbie at org-mode (and emacs BTW), and i can't seem to use a few 
> commands like table-delete-row, table-insert-row and so on. I systematically 
> get a "Table not found" error.
> Also, some of the Shift commands don't seem to work, like using S-UP/Down to 
> navigate between headers. I tried toggle the org-support-shift-select, but 
> nothing.

Be aware of the two table formats:

table-delete-row, table-insert-row are for tables in the "table.el" format like
+------------------------------------------------------------------+
|                    User Visible Entry Points                     |
+-------------------------------+----------------------------------+
|           Function            |           Description            |
+-------------------------------+----------------------------------+

S-Up/Down are only for tables on the orgtbl format like
| x | y |
|---+---|
| 1 | 2 |
| 3 | 4 |

Michael



reply via email to

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