From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: Agenda display of tasks Date: Mon, 22 Jun 2009 17:56:04 -0400 Message-ID: <18128.1245707764@gamaville.dokosmarshall.org> References: <87y6rk5hun.fsf@gollum.intra.norang.ca> <878wjkuiv4.fsf@gollum.intra.norang.ca> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIrW2-0005AW-RS for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 17:57:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIrW1-0005A4-4j for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 17:57:26 -0400 Received: from [199.232.76.173] (port=37060 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIrW0-0005A1-V1 for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 17:57:25 -0400 Received: from qmta05.emeryville.ca.mail.comcast.net ([76.96.30.48]:35876) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MIrW0-0000ny-8y for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 17:57:24 -0400 In-Reply-To: Message from Bernt Hansen of "Mon, 22 Jun 2009 16:13:51 EDT." <878wjkuiv4.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org Bernt Hansen wrote: > [replying to my own post] > > ... > > This seems to have been a confused Emacs session on my part. After > restarting it no longer behaves as described above (it doesn't expand > tasks past the headline by default -- which is the old behaviour I > remember) > > My Emacs was definitely behaving weird - C-x o would cycle from the > agenda, to the org file, to the message window, then back to the agenda > with 2 windows open (and the message buffer). After restarting emacs it > just cycles between the agenda and the org file (as expected). > That often happens to me when I have a half-finished command in the minibuffer and I switch to another window and start on something else (at least, I *think* that's what happens - it's not intentional on my part, so it's hard to tell exactly what the heck I was doing. And speaking about that, I just remembered that there is a help command, ``C-h l'', that shows the last few hundred keystrokes, so it might be possible to use that to figure out what I was doing.) The cure usually involves M-x top-level which exits from all recursive editing levels and all active minibuffers. HTH, Nick