From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: keybinding for inserting simple item, simple plain list Date: Thu, 07 Apr 2016 16:11:19 +0000 Message-ID: <87a8l55rh4.fsf@mat.ucm.es> References: <87twjdwkga.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoCWq-0002oi-JA for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 12:11:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoCWn-0007qS-CT for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 12:11:32 -0400 Received: from plane.gmane.org ([80.91.229.3]:59860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoCWn-0007qF-5T for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 12:11:29 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aoCWk-0003Q7-Dj for emacs-orgmode@gnu.org; Thu, 07 Apr 2016 18:11:26 +0200 Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Apr 2016 18:11:26 +0200 Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Apr 2016 18:11:26 +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 >>> "Adam" == Adam Porter writes: > 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. I know this. > 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. Yeah, I know I have such a function, but I hoped org-mode already had that functionality.