Re: [Orgmode] org-insert-heading

2010-10-15 Thread Andreas Röhler
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

Re: [Orgmode] org-insert-heading

2010-10-15 Thread 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 wisely. Unfortunately function behaves differen

[Orgmode] org-insert-heading

2010-10-15 Thread Andreas Röhler
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

Re: [Orgmode] org-insert-heading and inline tasks

2010-10-14 Thread Carsten Dominik
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

[Orgmode] org-insert-heading and inline tasks

2010-10-14 Thread Matt Lundin
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