Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-12 Thread Giovanni Ridolfi
Carsten Dominik writes: > On Jan 11, 2010, at 5:01 PM, Giovanni Ridolfi wrote: > >> + setting the variable in my .emacs and reloading emacs >> (closed and re-run) >> does not have effect: I can still change line a !!^ > > Same here, you need to s

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Carsten Dominik
On Jan 12, 2010, at 1:33 AM, Chris Randle wrote: Hi Carsten et al. Carsten Dominik wrote: Same here, you need to set this variable *before* org.el gets loaded - I am suspecting that you are setting it after? This is kind of tricky. Variable settings should therefore *before* any require

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Chris Randle
Hi Carsten et al. Carsten Dominik wrote: Same here, you need to set this variable *before* org.el gets loaded - I am suspecting that you are setting it after? This is kind of tricky. Variable settings should therefore *before* any require statements, and also the (load-file "~/.emacs.d

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Carsten Dominik
On Jan 11, 2010, at 5:01 PM, Giovanni Ridolfi wrote: David Maus writes: At Mon, 11 Jan 2010 15:08:08 +0100, Giovanni Ridolfi wrote: Giovanni Ridolfi writes: Carsten Dominik writes: Hi Chris, I am not able to reproduce this. I can reproduce it with the latest version: Org-mode version 6

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Giovanni Ridolfi
David Maus writes: > At Mon, 11 Jan 2010 15:08:08 +0100, > Giovanni Ridolfi wrote: >> Giovanni Ridolfi writes: >> > Carsten Dominik writes: >> >> Hi Chris, I am not able to reproduce this. >> I can reproduce it with the latest version: >> Org-mode version 6.34 (trans 2010-01-12 15:00 CET) >> >

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread David Maus
At Mon, 11 Jan 2010 15:08:08 +0100, Giovanni Ridolfi wrote: > > Giovanni Ridolfi writes: > > > Carsten Dominik writes: > > > >> Hi Chris, I am not able to reproduce this. > > > I can reproduce it with the latest version: > > Org-mode version 6.34 (trans 2010-01-12 15:00 CET) > > GNU Emacs 23.1.1

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Giovanni Ridolfi
Giovanni Ridolfi writes: > Carsten Dominik writes: > >> Hi Chris, I am not able to reproduce this. > I can reproduce it with the latest version: Org-mode version 6.34 (trans 2010-01-12 15:00 CET) > GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON > Windows XP Pro SP3 Does

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Giovanni Ridolfi
Carsten Dominik writes: > Hi Chris, I am not able to reproduce this. I can reproduce it [beware, with 6.33trans 2010-01-08 version!] Carsten, I will update to 6.34trans in few minutes and post the results. Org-mode version 6.33trans (6.33trans) GNU Emacs 23.1.1 (i386-mingw-nt5.1.26

Re: [Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Carsten Dominik
Hi Chris, I am not able to reproduce this. these are blocked just fine for me, at least the first time I try. If I try again immediately, the entries do switch to other non-done states, but not to DONE. - Carsten On Jan 11, 2010, at 1:07 PM, Chris Randle wrote: Hi Carsten, I'm using Or

[Orgmode] TODO dependencies and file-level keywords

2010-01-11 Thread Chris Randle
Hi Carsten, I'm using Org-mode 6.33f under GNU Emacs 22.1.1 and Windows XP Pro SP3. In one of my Org files, I have the line: #+TYP_TODO: TODO NEXT WAIT PROJ | DONE NODO But I find that, in the snippet below for example, tasks b and c are not dependency-blocked, i.e. I can switch them to DONE

Re: [Orgmode] TODO dependencies

2008-01-25 Thread Hugo Schmitt
And the parent could also support the [%] notation that exists for checkboxes :) -Hugo On Jan 25, 2008 12:45 PM, Stuart McLean <[EMAIL PROTECTED]> wrote: > Hi, > > Sorry if I have started a new thread on this subject, GMail and I are > not getting along right now. > > ** TODO a main project > **

[Orgmode] TODO dependencies

2008-01-25 Thread Stuart McLean
Hi, Sorry if I have started a new thread on this subject, GMail and I are not getting along right now. ** TODO a main project *** TODO step 1 *** TODO step 2 *** TODO step 3 TODO step 3 part a TODO step 3 part b TODO step 3 part c and so on *** TODO step 4 Here is the functionalit

Re: [Orgmode] TODO dependencies

2008-01-21 Thread Carsten Dominik
On Jan 21, 2008, at 6:43 PM, Adam Spiers wrote: On Mon, Jan 21, 2008 at 03:43:18PM +0100, Carsten Dominik wrote: Hi I am curious why I never got any feedback on this implementation of task dependencies. Did people overlook this? Or is the need for dependencies not as pressing as some of you

Re: [Orgmode] TODO dependencies

2008-01-21 Thread Adam Spiers
On Mon, Jan 21, 2008 at 03:43:18PM +0100, Carsten Dominik wrote: > Hi > > I am curious why I never got any feedback on this implementation > of task dependencies. Did people overlook this? Or is the need > for dependencies not as pressing as some of you thought? I guess maybe not. Or maybe we

Re: [Orgmode] TODO dependencies

2008-01-21 Thread Carsten Dominik
Hi I am curious why I never got any feedback on this implementation of task dependencies. Did people overlook this? Or is the need for dependencies not as pressing as some of you thought? - Carsten On Oct 19, 2007, at 8:27 AM, Carsten Dominik wrote: On Oct 11, 2007, at 16:46, Carsten Domini

[Orgmode] TODO dependencies

2007-10-18 Thread Carsten Dominik
On Oct 11, 2007, at 16:46, Carsten Dominik wrote: - concerning the TRIGGER proposal by John, and the TRIGGER/BLOCKER functionality discussed later: In Emacs terms, this seems to translate into a *hook* that is called at the right moment. I'd say that a single hook is enough. The right