Re: [O] Demoting in plain list displays asterisk as space

2018-06-26 Thread Van L
> I have no clue where to start searching To list `org-` variables: C-h v org- TAB You can try the following: #+BEGIN_EXAMPLE ; find help for the mode's key map C-h b ; find help for the major mode C-s major ; click on org-end-of-line ; click on org.el ; there you find a fi

Re: [O] Demoting in plain list displays asterisk as space

2018-06-26 Thread Rainer Stengele
Am 26.06.2018 um 15:45 schrieb Rainer Stengele: Am 25.06.2018 um 13:58 schrieb Nicolas Goaziou: Hello, Rainer Stengele writes: Having this item list: - 1 - 2 with cursor in the "-2" row demoteing the item with org-shiftmetaright results in - 1 2 where the expected "  * 2" is displa

Re: [O] Demoting in plain list displays asterisk as space

2018-06-26 Thread Rainer Stengele
Am 25.06.2018 um 13:58 schrieb Nicolas Goaziou: Hello, Rainer Stengele writes: Having this item list: - 1 - 2 with cursor in the "-2" row demoteing the item with org-shiftmetaright results in - 1 2 where the expected " * 2" is displayed as "2". describe-char with cursor at the

Re: [O] Demoting in plain list displays asterisk as space

2018-06-25 Thread Nicolas Goaziou
Hello, Rainer Stengele writes: > Having this item list: > > - 1 > - 2 > > with cursor in the "-2" row demoteing the item with org-shiftmetaright > results in > > - 1 > 2 > > where the expected " * 2" is displayed as "2". > describe-char with cursor at the expected asterisk position rev