Re: [Orgmode] need help with lisp for export function regarding timestamps

2011-02-22 Thread Bastien
Hi Arun, Arun Persaud writes: > thanks for the answer. Played around with it and got it working now. > Will post it in Worg under google sync after I cleaned it up a bit. Thanks! -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to

Re: [Orgmode] need help with lisp for export function regarding timestamps

2011-02-19 Thread Arun Persaud
Hi >> but I can't figure out how to check for these? Do I need to write my own >> reg-exp for this and test the whole entry or is there some org internal >> function for this? > > I'm afraid you need to write your own regexp... thanks for the answer. Played around with it and got it working now

Re: [Orgmode] need help with lisp for export function regarding timestamps

2011-02-12 Thread Bastien
Hi Arun, Arun Persaud writes: > SCHEDULED: -- > > but I can't figure out how to check for these? Do I need to write my own > reg-exp for this and test the whole entry or is there some org internal > function for this? I'm afraid you need to write your own regexp... Best, -- Bastien __

[Orgmode] need help with lisp for export function regarding timestamps

2011-01-27 Thread Arun Persaud
Hi trying to get the export to ics working using org-icalendar-verify-function and org-export-icalendar-combine-agenda-files At the moment I'm using the following as a verify function: (defun mycal-export () (setq mycategory (org-get-category)) (setq myrepeat (org-get-repeat)) (and (not