From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Max Rydahl Andersen" Subject: avoiding "First item of list cannot move without its subtree" Date: Mon, 20 Feb 2017 13:58:18 +0100 Message-ID: <2F92B854-9322-45EA-8753-A6CAA3717974@redhat.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=_MailMate_6E36AA82-C88A-4B34-A173-05C803DB0E4B_=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfnXs-0000i3-Tq for emacs-orgmode@gnu.org; Mon, 20 Feb 2017 07:58:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cfnXq-0006O4-CX for emacs-orgmode@gnu.org; Mon, 20 Feb 2017 07:58:25 -0500 Received: from mail-wr0-f181.google.com ([209.85.128.181]:32873) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cfnXq-0006Mk-5r for emacs-orgmode@gnu.org; Mon, 20 Feb 2017 07:58:22 -0500 Received: by mail-wr0-f181.google.com with SMTP id 35so23322154wrw.0 for ; Mon, 20 Feb 2017 04:58:21 -0800 (PST) Received: from [10.36.117.227] (147.179.194.178.dynamic.wline.res.cust.swisscom.ch. [178.194.179.147]) by smtp.gmail.com with ESMTPSA id b10sm13397957wmi.34.2017.02.20.04.58.19 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Feb 2017 04:58:19 -0800 (PST) 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" To: Org-mode --=_MailMate_6E36AA82-C88A-4B34-A173-05C803DB0E4B_= Content-Type: text/plain; format=flowed; markup=markdown Hi, First time poster and recently started using org-mode and so far enjoying it :) One nag I do have though is how moving of basic lists are handled. I constantly bump into "First item of list cannot move without its subtree" Is there a way to avoid this error and instead be given the option to say "Please just move it up to the next level" ? What I often have is that I during a meeting or brain dump do this: ``` * Some important topic - idea 1, some notes - idea 2, another note - idea 3, a third note ``` And then I go over these and I use the shift/alt+keys to reorder the ideas up and down and eventually I would like to do this: ``` * Some important topic - idea 1, some notes ** TODO idea 2, another note - idea 3, a third note ``` I know I can press a short cut to make it a top item, but why can't I just use the normal standard tree editing keys ? Is there a way to have org-mode ask what kind of thing it should do when I move the lists "out-of-bounds" instead of just error out on me ? Thank you, /max http://about.me/maxandersen --=_MailMate_6E36AA82-C88A-4B34-A173-05C803DB0E4B_= Content-Type: text/html Content-Transfer-Encoding: quoted-printable

Hi,

First time poster and recently started using org-mode and= so far enjoying it :)

One nag I do have though is how moving of basic lists are= handled.
I constantly bump into "First item of list cannot move without its subtre= e"

Is there a way to avoid this error and instead be given t= he option to say "Please just move it up to the next level" ?

What I often have is that I during a meeting or brain dum= p do this:

* Some important =
topic
  - idea 1, some notes
  - idea 2, another note
  - idea 3, a third note

And then I go over these and I use the shift/alt+keys to = reorder the ideas up and down and eventually I would like to do this:

=
* Some important =
topic
  - idea 1, some notes
  ** TODO idea 2, another note
  - idea 3, a third note

I know I can press a short cut to make it a top item, but= why can't I just use the normal standard tree editing keys ?

Is there a way to have org-mode ask what kind of thing it= should do when I move the lists "out-of-bounds" instead
of just error out on me ?

Thank you,
/max
http://ab= out.me/maxandersen

--=_MailMate_6E36AA82-C88A-4B34-A173-05C803DB0E4B_=--