emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Seweryn Kokot <s.kokot@po.opole.pl>
To: emacs-orgmode@gnu.org
Subject: Re: how to extract start time and end time from the CLOCK: property
Date: Fri, 05 Sep 2008 00:03:41 +0200	[thread overview]
Message-ID: <877i9rpo02.fsf@poczta.po.opole.pl> (raw)
In-Reply-To: 8A291741-D990-4420-A817-D513ECBEBC7D@uva.nl

Carsten Dominik <dominik@science.uva.nl> writes:

>
> I don't know how to do this, byt you could use a regular expression to
> extract the time instead of a fixed substring, like
>
> (if (and value (>= (length value) 40)
> 	 (string-match "[0-9]+:[0-9]+" value))
>     (mach-string 0 value)
>   nil ; there was no value, or it was a short string
>
>
> HTH
>
> - Carsten

Thanks, as always it helped!

regards,
Seweryn

      reply	other threads:[~2008-09-04 21:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-17 23:58 how to extract start time and end time from the CLOCK: property Seweryn Kokot
2008-09-03  9:37 ` Carsten Dominik
2008-09-03 19:10   ` Seweryn Kokot
2008-09-04  6:56     ` Carsten Dominik
2008-09-04 22:03       ` Seweryn Kokot [this message]

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=877i9rpo02.fsf@poczta.po.opole.pl \
    --to=s.kokot@po.opole.pl \
    --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).