From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: (org-table-next-row) and # - bug or feature? Date: Sat, 06 Apr 2013 02:42:21 +0200 Message-ID: <871uaozdm8.fsf@bzg.ath.cx> References: <87r4j8kzql.fsf@gmail.com> <87mwtwkygo.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOHKv-0007t1-Bw for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 20:50:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOHKu-0002p9-42 for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 20:50:29 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:36740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOHKt-0002p0-Ux for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 20:50:28 -0400 Received: by mail-wg0-f47.google.com with SMTP id y10so4383009wgg.14 for ; Fri, 05 Apr 2013 17:50:27 -0700 (PDT) In-Reply-To: <87mwtwkygo.fsf@gmail.com> (Thorsten Jolitz's message of "Fri, 22 Mar 2013 02:36:07 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Thorsten Jolitz Cc: emacs-orgmode@gnu.org, Carsten Dominik Hi Thorsten, Thorsten Jolitz 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