emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Daniel Clemente <n142857@gmail.com>
To: org-mode Mailinglist <emacs-orgmode@gnu.org>
Subject: Custom time display in mode-line
Date: Sun, 17 Jan 2010 11:50:45 +0100	[thread overview]
Message-ID: <873a25f1iy.fsf@gmail.com> (raw)


Hi

  org-clock-modeline-total now accepts following values: current, today, repeat, all, auto.
  It would be useful to allow it to accept either a custom function or a format string which composes a text string like:
"0:10 (tot: 1:10/2:00)"
  meaning: „clocking 10 minutes in this session, but the total clocked time (including those 10min) is 1:10, and the effort estimate is 2:00“.

  Not all entries have a „total clocked time“ (: entries clocked for the first time) and not all entries have an estimate.
- Either many format strings must be given (_simple, _with_total, _with_estimate, _with_total_and_estimate), e.g. ("%current" "%current (tot: %total)" "%current/%estimate" "%current (tot:%total/%estimate)")
- … or we must cope with results like "0:10 (tot: /)"
- … or a custom function must be used to do those conditionals.

  Accepting a function would be like redefining org-clock-get-clock-string but without touching org's core.


  I tried to change the code but I'm confused as to why org-clock-modeline-total (a mere visualization/„view“ setting) is read in org-clock-get-sum-start (which is a „model“/core function and therefore not tied to any particular „view“). I think org-clock-modeline-total should be read just in org-clock-get-clock-string.
  Documentation of org-clock-get-clocked-time is also wrong („The time returned includes the time spent on this task in previous clocking intervals.“) since this depends on what org-clock-get-sum-start did.


--
Daniel

             reply	other threads:[~2010-01-17 10:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-17 10:50 Daniel Clemente [this message]
2012-05-01 14:46 ` Custom time display in mode-line Antoine Levitt
2012-05-01 17:41   ` Bastien
2012-05-01 18:05     ` Antoine Levitt

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=873a25f1iy.fsf@gmail.com \
    --to=n142857@gmail.com \
    --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).