emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Feature request: custom clock headings


From: Tom Weissmann
Subject: [Orgmode] Feature request: custom clock headings
Date: Mon, 26 Nov 2007 12:29:24 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]