Am 16.10.2010 07:30, schrieb Carsten Dominik:
Hi Andreas,
On Oct 15, 2010, at 7:38 PM, Andreas Röhler wrote:
Hi,
doku of `org-insert-heading' says:
,
| If point is not at the beginning, do not split the line,
| but create the new headline after the current line.
`
which sounds wise
Hi Andreas,
On Oct 15, 2010, at 7:38 PM, Andreas Röhler wrote:
Hi,
doku of `org-insert-heading' says:
,
| If point is not at the beginning, do not split the line,
| but create the new headline after the current line.
`
which sounds wisely.
Unfortunately function behaves differen
Hi,
doku of `org-insert-heading' says:
,
| If point is not at the beginning, do not split the line,
| but create the new headline after the current line.
`
which sounds wisely.
Unfortunately function behaves different, splits line
uses it's following part to create the new headline
fr
On Oct 14, 2010, at 8:11 PM, Matt Lundin wrote:
Hi Carsten,
The following commit changes the behavior of org-insert-heading within
the context of inline tasks:
19d695ef8fd27ac1b1ef1b675c3960b9b7d6abdc
I find that new headlines are no longer inserted at the same depth as
inline tasks. A quick
Hi Carsten,
The following commit changes the behavior of org-insert-heading within
the context of inline tasks:
19d695ef8fd27ac1b1ef1b675c3960b9b7d6abdc
I find that new headlines are no longer inserted at the same depth as
inline tasks. A quick skim of the diff suggests that this is the
intended