Thorsten Jolitz <tjol...@gmail.com> writes:

[following up to my own post]

> in all 4 following examples point is in cell 1x1 when calling 
>
> ,-----------------------
> | M-x org-table-next-row
> `-----------------------
>
> | A | B |
> |   |   |
>
> | 1 | 2 |
> |   |   |
>
> | \ | / |
> |   |   |
>
> but 
>
> | # | b |
> | # |   |


The problem is actually in these two lines of 'org-table-insert-row':

,-------------------------------------------------------------
| (if (string-match "^[ \t]*| *[#$] *|" line)
|    (setq new (replace-match (match-string 0 line) t t new)))
`-------------------------------------------------------------

looks as if its intentional, but for me this behaviour still seems
buggy. 

-- 
cheers,
Thorsten


Reply via email to