Hello,

Nick Dokos <ndo...@gmail.com> writes:

> Consider an Org mode file with a table.el table (which I made by
> first constructing an Org mode table and then usind `C-c ~' to convert it):
>
> --8<---------------cut here---------------start------------->8---
> * table.el table
>
>
>   +----+----+----+
>   |  a |  b |  c |
>   +----+----+----+
>   |  1 |  2 |  3 |
>   +----+----+----+
>   |  4 |  5 |  6 |
>   +----+----+----+
>   |  7 |  8 |  9 |
>   +----+----+----+
>   | 10 | 11 | 12 |
>   +----+----+----+
> --8<---------------cut here---------------end--------------->8---

[...]

> Evaluating `(org-element-at-point)' returns `(paragraph ...)' all along
> the top line and `(table (.... :type org ....))' when the cursor is at
> the beginning of the `a b c' line.

Fixed. Thank you.

Regards,
-- 
Nicolas Goaziou

Reply via email to