Carsten Dominik <[EMAIL PROTECTED]> 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



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to