emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] (org-insert-headline '(4)) should insert new headline before poi


From: Leonard Randall
Subject: Re: [O] (org-insert-headline '(4)) should insert new headline before point
Date: Fri, 25 Apr 2014 11:39:20 +0100

Hi Bastien,
On 25 April 2014 08:29, Bastien <address@hidden> wrote:
 
I just fixed this in maint -- please let me know if it works
back as expected.


Yes, now C-RET and the speedkey `i' now function as
described in the documentation. The only place where the
function differs from the documentation is at the beginning of
a normal line. The documentation says, `If point is at the
beginning of a normal line, turn this line into a heading.'

Currently, calling M-RET will create a newline before the
text on the current line.So, if I call M-RET at the beginning of
(a), I get (b), rather than (c) which is what I would expect from
the documentation.

-----a----
Text I may later turn into a headline.
----------

----b----
*
Text I may later turn into a headline.
---------

----c----
* Text I may later turn into a headline
--------


Hope this helps,
All best,
Leonard

reply via email to

[Prev in Thread] Current Thread [Next in Thread]