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
On Sep 3, 2008, at 9:10 PM, Seweryn Kokot wrote:
Carsten Dominik <[EMAIL PROTECTED]> writes:
Hi Seweryn,
please see
http://thread.gmane.org/gmane.emacs.orgmode/7430/focus=7430
Hi Carsten
Thanks a lot! This is exactly what I wanted. In my case the following
works
(defun my-org-column-cle
Carsten Dominik <[EMAIL PROTECTED]> writes:
> Hi Seweryn,
>
> please see
>
> http://thread.gmane.org/gmane.emacs.orgmode/7430/focus=7430
Hi Carsten
Thanks a lot! This is exactly what I wanted. In my case the following
works
(defun my-org-column-cleaner (title value)
(cond
((equal title