From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony E. Bennett Subject: Re: org-open-line inconsistent treatment of marking characters '#' and '*' Date: Sat, 12 Jan 2019 20:48:41 -0500 Message-ID: References: <87h8eeyx6a.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:45014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1giUtU-0005bn-UQ for emacs-orgmode@gnu.org; Sat, 12 Jan 2019 20:48:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1giUtT-000766-E2 for emacs-orgmode@gnu.org; Sat, 12 Jan 2019 20:48:56 -0500 Received: from [195.159.176.226] (port=42808 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1giUtR-00074L-GX for emacs-orgmode@gnu.org; Sat, 12 Jan 2019 20:48:54 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1giUrF-0007VP-2k for emacs-orgmode@gnu.org; Sun, 13 Jan 2019 02:46:37 +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" To: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Tony E. Bennett writes: > >> org-open-line replicates the table marking character '#' (if present) into >> the new table line but does not do the same for '*'. > OK, I applied the change in maint. However, I tend to think we should > not copy any special marker at all, since we don't check if we're in > a special column anyway. Thank you Nicolas for adding the '*' treatment. How would org verify column 1 is a special column beyond just checking for [#*$] which it does already ? -- --tony