Re: [Orgmode] Re: log on state change

2007-09-16 Thread Bastien
Cezar <[EMAIL PROTECTED]> writes:

> Forgot to load the 5.09 version, I was still using the old one,
> sorry ! It's working great.

And I like this feature very much!

I stopped using the lognotestate option because it populated my buffer
with too many notes, certainly because I had too many states to go
through. But now I restricted the logging like this: 

#+STARTUP:   lognotestate
#+SEQ_TODO:  TODO(t) NEXT(n) INPROGRESS(i) SOMEDAY(s)  \
 WAITING(w@) | DONE(d) CANCELED(c@)

WAITING and CANCELED are the only two states where I need to keep a
note. Great stuff.

-- 
Bastien


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: log on state change

2007-09-16 Thread Cezar
Bastien <[EMAIL PROTECTED]> writes:

> Cezar <[EMAIL PROTECTED]> writes:
>
> #+SEQ_TODO: TODO WAITING(@) | DONE
> #+STARTUP: lognotestate
>>
>> Which version would that be ?I am using 5.09 and it's not yet working.
>
> Working here with Org 5.09.
>
> Maybe you forgot to compile and load the latest org.el file? 
> Or maybe you forgot to update the buffer with C-cC-c?

Forgot to load the 5.09 version, I was still using the old one, sorry !

It's working great.



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Moving an item to a precise place

2007-09-16 Thread Bastien
Xavier Maillard <[EMAIL PROTECTED]> writes:

> So let's say I have this organization:
>
> * Project 1
> ** TODO Ask foo about bar
>
> * Project 2
> ** TODO Write customer report
>
> * Project 3
>
> How can I move the TODO from "Project 1" to "Project 3" directly
> -i.e. move by "name"

What about this?

1. Put the cursor at the beginning of the TODO you want to move
2. C-c C-x C-w to cut the subtree (leave the point on "Project 2")
3. C-c C-f to go to the next heading (same level)
4. C-n to go to the next line
5. C-y to yank the subtree

You can also use org-goto (C-c C-j) to navigate through the structure
easily if you need to paste the cut subtree far in the file.

> I know there is org-move-item-(down/up) and subtree but I did not see
> anything to tell an item to move a precise place (where the precise
> place will be prompted).

I think it's better to rely on usual kill/yank procedures when the moves
are not hierarchy-dependant.

--
Bastien


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: log on state change

2007-09-16 Thread Bastien
Cezar <[EMAIL PROTECTED]> writes:

 #+SEQ_TODO: TODO WAITING(@) | DONE
 #+STARTUP: lognotestate
>
> Which version would that be ?I am using 5.09 and it's not yet working.

Working here with Org 5.09.

Maybe you forgot to compile and load the latest org.el file? 
Or maybe you forgot to update the buffer with C-cC-c?

-- 
Bastien


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: log on state change

2007-09-16 Thread Cezar
Carsten Dominik <[EMAIL PROTECTED]> writes:

>>>
>>> This will be possible in the next version with
>>>
>>> #+SEQ_TODO: TODO WAITING(@) | DONE
>>> #+STARTUP: lognotestate

Which version would that be ?I am using 5.09 and it's not yet working.

Best regards,
Cezar



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode