[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] (org-table-next-row) and # - bug or feature?
From: |
Bastien |
Subject: |
Re: [O] (org-table-next-row) and # - bug or feature? |
Date: |
Sat, 06 Apr 2013 02:42:21 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
Hi Thorsten,
Thorsten Jolitz <address@hidden> writes:
> 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.
Yes, I don't know why cells with # and $ should be copied when
creating a new row. I'm copying Carsten so he might explain, or
remove this quirk if needed.
Thanks for reporting this,
--
Bastien
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [O] (org-table-next-row) and # - bug or feature?,
Bastien <=