Carsten Dominik <[EMAIL PROTECTED]> writes:
> (defun org-new-heading-after-current ()
> "Insert a new heading with same level as current, after current
> subtree."
> (interactive)
> (org-back-to-heading)
> (org-insert-heading)
> (org-move-subtree-down)
> (end-of-line 1))
>
> Any sugges
On Sep 18, 2007, at 17:45, Nuutti Kotivuori wrote:
For this, all, I have two alternative suggestions:
Either: Make C-e M-RET consistently make a new heading below the
current one - regardless of folding and leaving any text associated
with the current heading alone. But this may be difficult,
Hi,
Very often I end up in a situation where I'm at a heading, and need to
create a new heading after this one, with the same level. But this
seems to be overly difficult in some cases.
I am pointing out a few problems with an example layout of this:
* Heading
** Item 1...
** Ite[1]m 2