all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
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: Wed, 16 Sep 2009 15:36:43 +0200	[thread overview]
Message-ID: <87vdjjf1uc.fsf@gmx.de> (raw)
In-Reply-To: <B41DCD64-A90A-4E34-B15B-718D4566F6EF@uva.nl> (Carsten Dominik's message of "Wed, 16 Sep 2009 07:39:55 +0100")

Carsten Dominik <dominik@uva.nl> 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 simply
>>    enjoy it (without any customization !!!).
>
> I am always open to discuss new defaults for variables.  However,
> let me tell you my motivation for this specific case.
>
> While I agree that it is extremely useful to get notes and clocking
> into drawers,  this is a feature that is quite magical for a new
> user and maybe hard to understand.  I mean, you clock in an nothing
> happens - sort of.  This is why I felt it is better to just have
> this stuff plainly visible in the buffer when Org comes out of
> the box.

Hmm - I see.

You're talking about drawers only. Is the clocking feature on by
default? I still have this function in my setup:

  
 (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)


There is some guidance, actually more than most of the other modes
provide. The user can access the clocked task (and clock out) simply
through the modeline menu.  That modeline entry seems to be on by
default, as I can't find anything about it in my setup.

Once clocked in, the user is prompted, if she wants to clock out when
exiting Emacs.


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 :)



   Sebastian

  reply	other threads:[~2009-09-16 13:36 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 [this message]
2009-09-16 15:55   ` Carsten Dominik
2009-09-16 23:06     ` Sebastian Rose
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=87vdjjf1uc.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.