From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mueen Nawaz Subject: Shift keys when you have multiple todo sets in one file Date: Wed, 16 Dec 2009 23:37:56 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NL94p-0007dL-Jg for emacs-orgmode@gnu.org; Thu, 17 Dec 2009 00:39:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NL94k-0007Ya-RN for emacs-orgmode@gnu.org; Thu, 17 Dec 2009 00:39:02 -0500 Received: from [199.232.76.173] (port=48374 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NL94k-0007YL-Kh for emacs-orgmode@gnu.org; Thu, 17 Dec 2009 00:38:58 -0500 Received: from lo.gmane.org ([80.91.229.12]:51609) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NL94k-0001yF-2P for emacs-orgmode@gnu.org; Thu, 17 Dec 2009 00:38:58 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NL94h-0000Em-E3 for emacs-orgmode@gnu.org; Thu, 17 Dec 2009 06:38:55 +0100 Received: from c-98-228-137-161.hsd1.il.comcast.net ([98.228.137.161]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Dec 2009 06:38:55 +0100 Received: from mueen by c-98-228-137-161.hsd1.il.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Dec 2009 06:38:55 +0100 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: emacs-orgmode@gnu.org Hi, From the docs: "S-<> and S-<> and walk through all keywords from all sets" What I would /really/ like is for S-<> and S-<> to _stay_ within the same set, with me using C-S-<> (or right) to _switch_ to another set. What I have (so far) on the top of the file is: #+TODO: TODO | DONE #+TODO: WAITING | DONE The reason I kept it as separate sets is that I anticipate WAITING to be infrequent compared to TODO. So I don't want to put TODO and WAITING in the same set. I think there's another (more standard) way of setting the TODO state (I forget the shortcut), but for me the S-Left/Right is really, really convenient. And incidentally, the S-Left/Right doesn't seem to do as advertised. It jumps from one set to the other only once (haven't tested with 3 sets). Mueen