From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tom Breton (Tehom)" Subject: Re: Docs submitted (Was Re: Advice sought on managing decision alternatives.) Date: Tue, 10 Feb 2009 17:45:50 -0500 (EST) Message-ID: <2160.24.62.30.15.1234305950.squirrel@mail.panix.com> References: <20090101170227.C707734803@mail2.panix.com> <1057.24.63.22.246.1233375672.squirrel@mail.panix.com> <1036.24.63.0.170.1233950825.squirrel@mail.panix.com> <60BDFE6D-6B8C-4A23-A737-67DC1F523C79@uva.nl> <1044.66.30.185.29.1234039592.squirrel@mail.panix.com> <6444D654-9B7B-415D-A6DB-F3BADCB1EE2A@uva.nl> <1451.24.63.21.131.1234124707.squirrel@mail.panix.com> <8BD25355-1218-4DB5-9C85-77EA011540D0@uva.nl> <1555.24.62.30.15.1234235653.squirrel@mail.panix.com> Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LX1MW-0002Nm-Uu for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 17:45:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LX1MV-0002NZ-I6 for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 17:45:52 -0500 Received: from [199.232.76.173] (port=49151 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LX1MV-0002NW-CN for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 17:45:51 -0500 Received: from mail2.panix.com ([166.84.1.73]:56506) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LX1MV-0004qn-0J for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 17:45:51 -0500 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: Manish Cc: emacs-orgmode@gnu.org > On Tue, Feb 10, 2009 at 8:44 AM, Tom Breton (Tehom) wrote: > [...] >> OK, I've add comments, keywords, and some docstrings I forgot to >> org-choose.el, and I wrote a standalone doc. Both are attached. > > This is very intriguing functionality. I tried to follow your and > Casten's > earlier exchanges but could understand only a little. So I tried to > follow > your tutorial but I am getting stuck at switching the `choosenness' of > items. > I get following error when I try to switch to any state from "no state"= . > Once > I assign a state by typing it out manually (as opposed to using state > switching commands), I can then switch between states but the error > repeats > when I try to switch to "MAYBE" state. > > ,---- > | save-excursion: Symbol's function definition is void: > outline-up-heading-all > `---- I couldn't reproduce this bug with your test file. It seemed to have to do with loading, so I restarted emacs without pre-loading org (ie, I commented it out of my .emacs). I only found a dependency on org-agenda, and once that was loaded, no more error. So I couldn't reproduce it. > So far, my understaning is that only one item can be in "YES" state. I= f I > try > to switch another item to "YES" then the existing "YES" will be demoted > to "MAYBE". Right. > So for a two-state choosenness only one item can be in CHOOSE > state while all others will switch to NOT_CHOOSEN state.. is that > understanding correct? Hm, I didn't look at sets with just two states. Now that I look at it, yes, that works but not in the best way it could. Because I never contemplated "0" and "-" being properties of the same mark, it has to be speced as something like: #+CHOOSE_TODO: NO(n,-) YES(y,0) Tom Breton (Tehom)