emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] (org-table-next-row) and # - bug or feature?


From: Thorsten Jolitz
Subject: Re: [O] (org-table-next-row) and # - bug or feature?
Date: Fri, 22 Mar 2013 02:36:07 +0100
User-agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.2 (gnu/linux)

Thorsten Jolitz <address@hidden> 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

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