Re: [O] Bug: org-return-indent does not work properly with description lists (i.e ending with double colon)

2015-05-08 Thread Nicolas Goaziou
Hello,

Leo Ufimtsev lufim...@redhat.com writes:

 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 :: 
 |

This should be fixed in 4980a9dbb8ff1690abb54066da0827e1c37378c8. Thank you.


Regards,

-- 
Nicolas Goaziou



Re: [O] Bug: org-return-indent does not work properly with description lists (i.e ending with double colon)

2015-05-08 Thread Leo Ufimtsev


- Original Message -
 From: Nicolas Goaziou m...@nicolasgoaziou.fr
 To: Leo Ufimtsev lufim...@redhat.com
 Cc: Org Mode emacs-orgmode@gnu.org
 Sent: Friday, May 8, 2015 4:12:35 AM
 Subject: Re: [O] Bug: org-return-indent does not work properly with   
 description lists (i.e ending with double colon)
 
 Hello,
 
 Leo Ufimtsev lufim...@redhat.com writes:
 
  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 ::
  |
 
 This should be fixed in 4980a9dbb8ff1690abb54066da0827e1c37378c8. Thank you.

Verified fixed. Now works much better. 

Thank you so much for the quick fix ! :-).

 
 Regards,
 
 --
 Nicolas Goaziou
 
 

-- 
Leo Ufimtsev | Intern Software Engineer @ Eclipse Team



Re: [O] Bug: org-return-indent does not work properly with description lists (i.e ending with double colon)

2015-05-07 Thread Leo Ufimtsev
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