From: Matt Price <moptop99@gmail.com>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: duration without hours?
Date: Thu, 15 Sep 2016 22:43:44 -0400 [thread overview]
Message-ID: <CAN_Dec-tH+ZAy72TSqd-qHmYTOHFr-HP-NCdGS=-beRXxUOnuA@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1151 bytes --]
I have a silly table I am planning to use to teach myself a little bit
about R; it contains durations measured in minutes and seconds:
* Kayaking Log
| 500m Trial | <2016-09-14 Wed> | <2016-09-15 Thu> | Mean |
|------------+------------------+------------------+----------|
| 1 | 00:02:48 | 00:02:34 | 00:02:48 |
| 2 | 00:02:38 | 00:02:47 | |
| 3 | 00:02:42 | 00:02:42 | |
| 4 | 00:02:36 | 00:02:40 | |
| 5 | 00:02:58 | 00:02:37 | |
|------------+------------------+------------------+----------|
| MEAN | 00:02:44 | 00:02:40 | |
#+TBLFM: $2=vmean(@2..@-1);T::$3=vmean(@2..@-1);T::$4=vmean($2..$-1);T
I have a bunch of questions but will start with what is maybe the most
basic: can I write durations in minutes and seconds only? the extra 00: is
sort of annoying to type when I am tired.
Later I'll want to think about the best way to turn this data into a plot
of fastest, slowest, and mean times day-to-day. But not tonight, I'm beat!
Thanks,
Matt
[-- Attachment #2: Type: text/html, Size: 1602 bytes --]
next reply other threads:[~2016-09-16 2:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-16 2:43 Matt Price [this message]
2016-09-16 3:13 ` duration without hours? Adam Porter
2016-09-16 7:00 ` Loris Bennett
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='CAN_Dec-tH+ZAy72TSqd-qHmYTOHFr-HP-NCdGS=-beRXxUOnuA@mail.gmail.com' \
--to=moptop99@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 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.