Re: [Orgmode] Defaults for Org variables

2009-09-17 Thread Carsten Dominik
On Sep 17, 2009, at 12:06 AM, Sebastian Rose wrote: Carsten Dominik writes: (defun sr-org-todo-state-toggled() "Start the clock, if the state of a todo item changes to 'STARTED'." (if(string= "STARTED" state) (org-clock-in) (org-clock-out-if-current))) (setq org-after-todo-state-change

Re: [Orgmode] Defaults for Org variables

2009-09-16 Thread Sebastian Rose
Carsten Dominik writes: >> (defun sr-org-todo-state-toggled() >> "Start the clock, if the state of a todo item changes to 'STARTED'." >> (if(string= "STARTED" state) >> (org-clock-in) >>(org-clock-out-if-current))) >> >> (setq org-after-todo-state-change-hook 'sr-org-todo-state-toggled)

Re: [Orgmode] Defaults for Org variables

2009-09-16 Thread Carsten Dominik
On Sep 16, 2009, at 2:36 PM, Sebastian Rose wrote: Carsten Dominik writes: In a different thread, Sebastian Rose writes: Footnotes: [1] We should discuss this in an extra thread: make log-into- drawer and clocking the default and just have it turned on (is it the default??). It's soo

Re: [Orgmode] Defaults for Org variables

2009-09-16 Thread Sebastian Rose
Carsten Dominik writes: > In a different thread, Sebastian Rose writes: > >> Footnotes: >> >> [1] We should discuss this in an extra thread: make log-into-drawer and >>clocking the default and just have it turned on (is it the >>default??). It's sooo useful. And I'm sure, Alice would simp

[Orgmode] Defaults for Org variables

2009-09-16 Thread Carsten Dominik
In a different thread, Sebastian Rose writes: Footnotes: [1] We should discuss this in an extra thread: make log-into-drawer and clocking the default and just have it turned on (is it the default??). It's sooo useful. And I'm sure, Alice would simply enjoy it (without any customiza