From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Ufimtsev Subject: Re: Bug: org-return-indent does not work properly with description lists (i.e ending with double colon) Date: Thu, 7 May 2015 14:55:20 -0400 (EDT) Message-ID: <981859390.10907854.1431024920107.JavaMail.zimbra@redhat.com> References: <87k2wp11v4.fsf@gmail.com> <87egmuc6tv.fsf@gmx.us> <762770650.10098000.1430920185337.JavaMail.zimbra@redhat.com> <87fv79s3a8.fsf@nicolasgoaziou.fr> <181023409.10839951.1431017081953.JavaMail.zimbra@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqQxA-0004VM-W5 for emacs-orgmode@gnu.org; Thu, 07 May 2015 14:55:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqQx7-0000tr-7o for emacs-orgmode@gnu.org; Thu, 07 May 2015 14:55:24 -0400 Received: from mx5-phx2.redhat.com ([209.132.183.37]:52411) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqQx7-0000tY-18 for emacs-orgmode@gnu.org; Thu, 07 May 2015 14:55:21 -0400 In-Reply-To: <181023409.10839951.1431017081953.JavaMail.zimbra@redhat.com> 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: Org Mode Cc: Nicolas Goaziou Hello, If I have a list item with a double colon, with the cursor at the end:like: - Hello World :: | And press C-c (org-return-indent), then the cursor is at position 0 on the next line: - Hello World :: | But based on the behavior of a regular list item, one would expect it to be on position 2 like: - Hello World :: | The current workaround is to have something after the colon. - Hello World :: . | then it indents correctly. Using Emacs 25.0.50.4 w/ org-mode from this morning. Thank you Leo