From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: keybinding for inserting simple item, simple plain list Date: Thu, 7 Apr 2016 15:06:36 +0000 (UTC) Message-ID: References: <87twjdwkga.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoBZS-0003Ou-Ux for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 11:10:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoBZO-0005zQ-Rp for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 11:10:10 -0400 Received: from plane.gmane.org ([80.91.229.3]:55026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoBZO-0005xv-L3 for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 11:10:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aoBZN-0004JA-04 for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 17:10:05 +0200 Received: from 172-0-42-27.lightspeed.ltrkar.sbcglobal.net ([172.0.42.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Apr 2016 17:10:04 +0200 Received: from adam by 172-0-42-27.lightspeed.ltrkar.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Apr 2016 17:10:04 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org org-meta-return (bound to M-RET by default) does this when you're in a plain list. If you're not in a plain list, it inserts a heading. So just put the point in a list and it should do what you want. If you want a key to both create a plain list when you're not in one and add another item when you are in one, that wouldn't be hard to do.