From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: creating lists - auto create next item Date: Wed, 09 Jul 2014 16:05:12 -0400 Message-ID: <8738eaxpqf.fsf@alphaville.bos.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4yBz-0004II-7o for emacs-orgmode@gnu.org; Wed, 09 Jul 2014 16:10:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4yBr-0001ID-Mv for emacs-orgmode@gnu.org; Wed, 09 Jul 2014 16:10:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:36228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4yBr-0001HI-GB for emacs-orgmode@gnu.org; Wed, 09 Jul 2014 16:10:07 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X4yBo-0002Jk-HS for emacs-orgmode@gnu.org; Wed, 09 Jul 2014 22:10:04 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Jul 2014 22:10:04 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Jul 2014 22: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 sergio_101 writes: > Anyway, when writing a list with org mode, in the past, i would do something like: > > - item 1 > - > > when i entered item 1, i would immediately be taken down to the next line, with the preceeding <- > inserted. > > for some reason, this is not working.. > Try M-RET Nick