Re: org-insert-item, indent causes a soft freeze or error message

2020-07-06 Thread Duianto -
I applied the fix manually and there are no more freezes or error messages. Thank you. On Mon, Jul 6, 2020 at 12:08 PM Nicolas Goaziou wrote: > > Hello, > > Duianto - writes: > > > Reproduction Steps: > > > > Copy the following lines: > > 1. a > >b > > 2. c > > > > [...] > > > Move the curs

Re: org-insert-item, indent causes a soft freeze or error message

2020-07-06 Thread Nicolas Goaziou
Hello, Duianto - writes: > Reproduction Steps: > > Copy the following lines: > 1. a >b > 2. c > [...] > Move the cursor to the end of the first line, after the: a [...] > Evaluate the following command: S-M-; (org-insert-item) RET [...] > A Backtrace buffer opens with the message: > >

org-insert-item, indent causes a soft freeze or error message

2020-07-06 Thread Duianto -
Hello Depending on the indentation amount on the line following a list item, when (org-insert-item) is evaluated. Causes Emacs to soft freeze (can be canceled by pressing: C-g) or an error message is shown: (args-out-of-range 0 1) Reproduction Steps: Copy the following lines: 1. a b 2. c (