From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: orgstruct-mode bug: cannot sort region if next line is not a structure element Date: Thu, 24 Sep 2009 09:11:47 +0100 Message-ID: <32730159-549D-496C-B538-1E2340D352C8@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MqjQi-0006yf-JK for emacs-orgmode@gnu.org; Thu, 24 Sep 2009 04:11:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqjQe-0006yI-T3 for emacs-orgmode@gnu.org; Thu, 24 Sep 2009 04:11:56 -0400 Received: from [199.232.76.173] (port=41382 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqjQe-0006yF-Pz for emacs-orgmode@gnu.org; Thu, 24 Sep 2009 04:11:52 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:43213) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MqjQe-0008ML-Db for emacs-orgmode@gnu.org; Thu, 24 Sep 2009 04:11:52 -0400 Received: by ewy4 with SMTP id 4so1438666ewy.31 for ; Thu, 24 Sep 2009 01:11:51 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Robin Green Cc: emacs-orgmode@gnu.org On Sep 24, 2009, at 8:23 AM, Robin Green wrote: > In orgstruct-mode, if you have these three lines: > > * TODO in a simulation, it will fail with "Future mempty: it'll > never happen, buddy" if there is no ResetCmd :FIXME: > * DONE outputs simultaneous with a ResetCmd, *and* the ResetCmds > themselves, might be dropped :FIXME: > -} > > and you select the first two lines with the mouse, so that the cursor > (point?) is at the start of the third line, and then press C-c ^ to > sort them, orgstruct-mode complains that "this key has no function > outside structure elements". Well, the cursor is not on a headline! Press C-x C-x to exchange point and mark, and then try again.... - Carsten