From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-open-line inconsistent treatment of marking characters '#' and '*' Date: Sun, 13 Jan 2019 12:11:38 +0100 Message-ID: <87pnt0yfpx.fsf@nicolasgoaziou.fr> References: <87h8eeyx6a.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:42903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gidg8-00068h-QC for emacs-orgmode@gnu.org; Sun, 13 Jan 2019 06:11:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gidg7-0007Af-O9 for emacs-orgmode@gnu.org; Sun, 13 Jan 2019 06:11:44 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:37229) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gidg7-00077T-IG for emacs-orgmode@gnu.org; Sun, 13 Jan 2019 06:11:43 -0500 In-Reply-To: (Tony E. Bennett's message of "Sat, 12 Jan 2019 20:48:41 -0500") 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: "Tony E. Bennett" Cc: emacs-orgmode@gnu.org Hello, Tony E. Bennett writes: > How would org verify column 1 is a special column beyond just checking for > [#*$] which it does already ? It would require to check every row. For example, there is no special column in the following table | * | cell | | 1 | cell | However, that would be too long, so maybe not copying anything over the next row would be the way to go. Regards, -- Nicolas Goaziou