From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Bug in org-insert-todo-subheading? Date: Wed, 04 Jul 2012 21:12:57 +0200 Message-ID: <87fw97barq.fsf@googlemail.com> References: <87k3yjbbxp.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmUxw-0005ac-6X for emacs-orgmode@gnu.org; Wed, 04 Jul 2012 15:10:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmUxu-0007YY-Jx for emacs-orgmode@gnu.org; Wed, 04 Jul 2012 15:10:19 -0400 Received: from plane.gmane.org ([80.91.229.3]:57658) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmUxu-0007Xq-DI for emacs-orgmode@gnu.org; Wed, 04 Jul 2012 15:10:18 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SmUxs-0005VU-Bi for emacs-orgmode@gnu.org; Wed, 04 Jul 2012 21:10:16 +0200 Received: from e178191004.adsl.alicedsl.de ([85.178.191.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Jul 2012 21:10:16 +0200 Received: from tjolitz by e178191004.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Jul 2012 21:10:16 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Thorsten Jolitz writes: > #+begin_src org > *** TODO > ** TODO > * TODO > #+end_src > > Is that a bug - or am I using the function wrongly? > I would want the subheadings below the top-level > heading. Answering my own question (by experimentation): When point is on the *, the subheading goes on top, when point is behind the *, the subheading goes below the current heading. Not necesarily what I would have expected, but knowing it, it works. -- cheers, Thorsten