[Orgmode] Re: how to extract start time and end time from the CLOCK: property

2008-09-04 Thread Seweryn Kokot
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

Re: [Orgmode] Re: how to extract start time and end time from the CLOCK: property

2008-09-03 Thread Carsten Dominik
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

[Orgmode] Re: how to extract start time and end time from the CLOCK: property

2008-09-03 Thread Seweryn Kokot
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