From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Bug in org-insert-todo-subheading? Date: Wed, 04 Jul 2012 20:47:46 +0200 Message-ID: <87k3yjbbxp.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmUZg-0002Z2-5N for emacs-orgmode@gnu.org; Wed, 04 Jul 2012 14:45:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmUZe-0001Hb-IX for emacs-orgmode@gnu.org; Wed, 04 Jul 2012 14:45:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:35385) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmUZe-0001HO-BU for emacs-orgmode@gnu.org; Wed, 04 Jul 2012 14:45:14 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SmUZa-0003Nk-Jh for emacs-orgmode@gnu.org; Wed, 04 Jul 2012 20:45:10 +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 20:45:10 +0200 Received: from tjolitz by e178191004.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Jul 2012 20:45:10 +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 Hi List, when I try out the function ,--------------------------------- | (org-insert-todo-subheading ARG) `--------------------------------- with point at beginning-of-line of ,------- | * TODO `------- and then ,------- | ** TODO `------- no matter if I use 1, -1 or e.g. 'todo for ARG, I get this: #+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. -- cheers, Thorsten