From: Sebastian Rose <sebastian_rose@gmx.de>
To: Carsten Dominik <dominik@uva.nl>
Cc: emacs-orgmode emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Defaults for Org variables
Date: Thu, 17 Sep 2009 01:06:36 +0200 [thread overview]
Message-ID: <878wgefq0z.fsf@gmx.de> (raw)
In-Reply-To: <2ED271B9-9CBF-4E10-A3C1-A77E7B4ED5F6@uva.nl> (Carsten Dominik's message of "Wed, 16 Sep 2009 16:55:57 +0100")
Carsten Dominik <dominik@uva.nl> 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)
>
> I don't think this can be the default, I am not sure all people
> would use it like this. Bernt, for example, has many STARTED entries
> around at any time.
Same here. But working on exactly one at a time.
The hook function works only on the one task I toggle.
If I stop working on an STARTED task that is not yet finished, I use
`C-c C-x C-o' to clock out.
Switching a task from TODO to STARTED means I'm starting to work on it,
and therefor I want to clock in.
Switching the task to `DONE' means I'm done with it, and therefor I want
to clock out.
I found this on the list or somewhere, and it's exactly useful if, you
need/want to clock each task you work on.
Well, clocking work time is my primary use case for Org-mode.
I never switched tasks using the modeline menu yet. Maybe an additional
function is needed to clock out the current task and clock in the next
one, I don't know. I tend to go back to the entry and add some notes,
e.g. how a problem was solved, and clock out then.
>> I have to admit, that I'm not aware of the defaults anymore (didn't use
>> them since a year or so). I'll have to create another user on my system,
>> to check :)
>
> Or just call org-submit-bug-report which will show you all your non-
> default
> settings, including hooks.
Ahh, that's a great tip.
Looking at the bug report, I cannot believe I set that many values
myself.
But, yes, it seems I did :)
Sebastian
next prev parent reply other threads:[~2009-09-16 23:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-16 6:39 Defaults for Org variables Carsten Dominik
2009-09-16 13:36 ` Sebastian Rose
2009-09-16 15:55 ` Carsten Dominik
2009-09-16 23:06 ` Sebastian Rose [this message]
2009-09-17 6:37 ` Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878wgefq0z.fsf@gmx.de \
--to=sebastian_rose@gmx.de \
--cc=dominik@uva.nl \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.