emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Feature request: custom clock headings
@ 2007-11-26 12:29 Tom Weissmann
  2007-11-27 15:15 ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: Tom Weissmann @ 2007-11-26 12:29 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-11-28 18:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-26 12:29 Feature request: custom clock headings Tom Weissmann
2007-11-27 15:15 ` Bastien
2007-11-27 17:39   ` Tom Weissmann
2007-11-28 15:18     ` Bastien
2007-11-28 18:51       ` Tom Weissmann

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