From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Fix org-meta-return for checkbox lists Date: Fri, 15 Jun 2018 09:53:49 -0400 Message-ID: <87k1r0p34i.fsf@norang.ca> References: <87zhzx8b3o.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTpB1-0004Dr-Tz for emacs-orgmode@gnu.org; Fri, 15 Jun 2018 09:54:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTpAx-00049a-Uf for emacs-orgmode@gnu.org; Fri, 15 Jun 2018 09:54:07 -0400 Received: from outbound1b.ore.mailhop.org ([54.200.247.200]:48061) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fTpAx-00046r-OF for emacs-orgmode@gnu.org; Fri, 15 Jun 2018 09:54:03 -0400 In-Reply-To: <87zhzx8b3o.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Thu, 14 Jun 2018 20:41:15 +0200") 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: Nicolas Goaziou Cc: emacs-org list , Kaushal Modi Nicolas Goaziou writes: > Kaushal Modi writes: > >> Currently if you do M-RET in a checkbox list item, the next item does not >> become a checkbox automatically. This patch fixes that. >> >> I have been using this fix locally for few months. But never got to >> submitting it as I need to yet write a test for it. >> >> Does that patch look good (apart from missing tests). Should I format it >> w.r.t to next? or master? > > IMO, there is nothing to fix. Inserting a checkbox in every item is not > mandatory. > > Furthermore, currently, M-RET inserts a regular item and M-S-RET inserts > it with a checkbox. With your patch, both M-RET and M-S-RET do the same > thing, which is sub-optimal. > > My vote is to keep the current behaviour. I agree. I use lists with mixed checkboxes and no checkboxes and do not want to enforce checkboxes on every list item. Thanks, Bernt