emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Tom Weissmann <trmsw@yahoo.co.uk>
To: emacs-orgmode@gnu.org
Subject: Feature request: custom clock headings
Date: Mon, 26 Nov 2007 12:29:24 +0000 (UTC)	[thread overview]
Message-ID: <loom.20071126T121733-815@post.gmane.org> (raw)

Many of my subtasks have the same name, so the current modeline isn't always
very useful - if I'm working on a particular bug it might tell me 
"[1:20 Reproduce the error]", 
whereas I'd prefer it to say 
"[1:20 Bug #12303 Disappearing accounts ... Reproduce the error]"

Could we have the option to create a custom function to create clock headings?

Eg, somewhere in `org-clock-in':

...
(if org-custom-clock-heading
  ;; custom clock heading
  (funcall org-custom-clock-heading)
  ;; business as usual
  (if (looking-at org-todo-line-regexp)
    (setq org-clock-heading (match-string 3))
...

             reply	other threads:[~2007-11-26 12:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-26 12:29 Tom Weissmann [this message]
2007-11-27 15:15 ` Feature request: custom clock headings Bastien
2007-11-27 17:39   ` Tom Weissmann
2007-11-28 15:18     ` Bastien
2007-11-28 18:51       ` Tom Weissmann

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20071126T121733-815@post.gmane.org \
    --to=trmsw@yahoo.co.uk \
    --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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).