From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: org-mode and remind integration Date: Sun, 15 Feb 2009 23:43:21 +0100 Message-ID: <5CC4AA4B-8F3D-4C83-932E-2B5B55977585@uva.nl> References: <5fb1c7f40902110623g57477e7ev4a47a1c28422b6ce@mail.gmail.com> <83B3F0D0-9F90-4D6C-B45F-9F748621CCCC@uva.nl> <5fb1c7f40902110733g56610772ydd6957276bfd2998@mail.gmail.com> <8B4F1B14-BD08-4446-B642-9D0DAEAD56D2@uva.nl> <6ac505ad0902111542n6d2d976fpe2bb88ea1d304a98@mail.gmail.com> <5fb1c7f40902120522v51e996e7t53e5f67f69c1e447@mail.gmail.com> <5fb1c7f40902151410s16b415ddqfbfb986a8a89fba0@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: multipart/mixed; boundary="===============0497939777==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LYphw-0006zC-GC for emacs-orgmode@gnu.org; Sun, 15 Feb 2009 17:43:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LYphu-0006z0-Uy for emacs-orgmode@gnu.org; Sun, 15 Feb 2009 17:43:27 -0500 Received: from [199.232.76.173] (port=49350 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LYphu-0006yx-PI for emacs-orgmode@gnu.org; Sun, 15 Feb 2009 17:43:26 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:49627) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LYphu-0007yy-3T for emacs-orgmode@gnu.org; Sun, 15 Feb 2009 17:43:26 -0500 Received: by ewy13 with SMTP id 13so2839962ewy.18 for ; Sun, 15 Feb 2009 14:43:24 -0800 (PST) In-Reply-To: <5fb1c7f40902151410s16b415ddqfbfb986a8a89fba0@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sharad Pratap Cc: Bastien Guerry , "emacs-orgmode@gnu.org" --===============0497939777== Content-Type: multipart/alternative; boundary=Apple-Mail-1-880047463 --Apple-Mail-1-880047463 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Hi Sharad, thanks for your work. Instead for making a big change to org-exp.el I would much rather have a separate files with these functions, and a change to org-exp.el that is as minimal as possible. - Carsten On Feb 15, 2009, at 11:10 PM, Sharad Pratap wrote: > Hi Dominik, > I have added remind functions in `org-exp.el' by following icalendar, > functions. > As you must have known `ical2rem' kind of utilities is here, So I got > at least remind is superset to ical, there should not be any problem. > > I have tested few things like. > * remind `[' `%' handled > > In it two known bugs left. > 1. Duplication of code, another copy of icalendar .function for > remind. > 2. empty description returning a single newline, that causes ugly > output. > > I am attaching this with this mail `org-exp.el' (with remind) > and full `org2rem.el' that I have not changed from last time, > As I started work on `org-exp.el.' > > I will try to fix both 1, 2 as I will get time. > But I think for most of usage it will work nice. > > -- > Regards, > Sharad > > On Fri, Feb 13, 2009 at 12:55 PM, Carsten Dominik > wrote: > Hi Sharad, > > instead of a new patch, please send me just a full new version of > org2rem.el when you are done changing it. > Thanks. > > - Carsten > > On Feb 12, 2009, at 2:22 PM, Sharad Pratap wrote: > >> Hi Daniel, >> >> Actually I have used your proposed _regular expression_ only, >> and little rearrangement. >> Since my child was born last month I did not have much time. >> Therefore, I did not test org2rem. >> Many congratulations to you on your sweet little bundle of joy!! >> >> I did not tested the last suggestion of Carsten but you seem to >> overcome the problem I encountered. >> I also wanted to remove these three >> (defvar org2rem-scheduled-reminders nil) >> (defvar org2rem-deadline-reminders nil) >> (defvar org2rem-pure-timestamps-reminders nil) >> global variables, with next patch by this week end. >> >> And finally Thanks you very much Daniel for `org2rem.el' I am >> regular user of `remind'. >> >> On Thu, Feb 12, 2009 at 5:12 AM, Daniel Martins >> wrote: >> Thanks Sharap, >> >> Since my child was born last month I did not have much time. >> Therefore, I did not test org2rem. >> >> I did not tested the last suggestion of Carsten but you seem to >> overcome the problem I encountered. >> >> I am also suggest to include this patch to expand Bastien original >> org2rem.el >> >> Whenever I have time (to sleep!) I will test your scripts. >> >> Daniel >> >> >> >> >> >> 2009/2/11 Carsten Dominik >> >> Hi Bastien, >> >> you wrote the original org2rem.el Do you agree we should apply >> this patch? >> I have not tested it as I do not use remind. >> >> - Carsten >> >> On Feb 11, 2009, at 4:33 PM, Sharad Pratap wrote: >> >>> Hi Carsten, >>> Please do apply it, (if you find it is fine.) >>> I have joined this mailing list today only, >>> so not able to include all peoples in thread. >>> >>> On Wed, Feb 11, 2009 at 8:51 PM, Carsten Dominik >> > wrote: >>> I have not followed this discussion - should I apply this patch >>> to org2rem.el in the distribution? >>> >>> - Carsten >>> >>> >>> On Feb 11, 2009, at 3:23 PM, Sharad Pratap wrote: >>> >>> Hi Daniel, >>> >>> Your regular expression working fine!!, I have made few change with >>> same regular expression, and it has worked for me. >>> >>> I wish `org2rem' could be as robust as `org-export-icalendar'. >>> >>> Like me you also want orgmode outside editor, So I have added to >>> executable script `org2remind' and `show-agenda'. > --Apple-Mail-1-880047463 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi = Sharad,

thanks for your = work.

Instead for making a big change = to org-exp.el  I would much rather have
a separate = files with these functions, and a change to org-exp.el
that is = as minimal as possible.

- = Carsten

On Feb 15, 2009, at 11:10 PM, Sharad = Pratap wrote:

Hi Dominik,
I have added remind functions in = `org-exp.el' by following icalendar,
functions.
As you must have = known `ical2rem' kind of utilities is here, So I got
at least remind = is superset to ical, there should not be any problem.

I have = tested few things like.
* remind `[' `%' handled

In it two = known bugs left.
1. Duplication of code, another copy of icalendar = .function for remind.
2. empty description returning a single = newline, that causes ugly output.

I am attaching this with this = mail `org-exp.el' (with remind)
and full `org2rem.el' that I have not = changed from last time,
As I started work on `org-exp.el.'

I = will try to fix both 1, 2 as  I will get time.
But I think for = most of usage it will work = nice.

--
Regards,
Sharad

On= Fri, Feb 13, 2009 at 12:55 PM, Carsten Dominik <dominik@science.uva.nl> = wrote:
Hi Sharad,

instead of a new = patch, please send me just a full new version of
org2rem.el = when you are done changing = it.
Thanks.

- = Carsten

On Feb 12, 2009, at 2:22 PM, Sharad = Pratap wrote:

Hi = Daniel,

Actually I have used your proposed _regular expression_ = only,
and little rearrangement.
Since my child was born last month I did not = have much time. Therefore, I did not test = org2rem. 
Many congratulations to you on your = sweet little bundle of joy!!

I did not tested = the last suggestion of Carsten but you seem to overcome the problem I = encountered.
I also wanted to remove these = three
    (defvar org2rem-scheduled-reminders = nil)
    (defvar org2rem-deadline-reminders nil)
=     (defvar org2rem-pure-timestamps-reminders = nil)
global variables, with next patch by this week = end.

And finally Thanks you very much Daniel for = `org2rem.el' I am regular user of `remind'.

On Thu, Feb 12, 2009 at 5:12 AM, Daniel Martins = <danielemc@gmail.com> wrote:
Thanks = Sharap,

Since my child was born last month I did not have much = time. Therefore, I did not test org2rem.

I did not tested the = last suggestion of Carsten but you seem to overcome the problem I = encountered.

I am also suggest to include this patch to expand = Bastien original org2rem.el

Whenever I have time (to sleep!) I = will test your scripts.

Daniel





2009/2/11 Carsten Dominik <dominik@science.uva.nl>
=

Hi Bastien,

you wrote = the original org2rem.el  Do you agree we should apply this = patch?
I have not tested it as I do not use = remind.

- = Carsten

On Feb 11, = 2009, at 4:33 PM, Sharad Pratap wrote:

Hi Carsten,
Please do apply it, (if you find it = is fine.)
I have joined this mailing list today only,
so not = able to include all peoples in thread.

On Wed, Feb 11, 2009 at 8:51 PM, Carsten Dominik = <dominik@science.uva.nl> wrote:
=
I = have not followed this discussion - should I apply this patch
to = org2rem.el in the distribution?

- = Carsten


On Feb 11, 2009, at 3:23 PM, = Sharad Pratap wrote:

=
Hi Daniel,

Your regular expression = working fine!!, I have made few change with
same regular expression, = and it has worked for me.

I wish `org2rem' could be as robust = as `org-export-icalendar'.

Like me you also want orgmode = outside editor, So I have added to
executable script `org2remind' = and = `show-agenda'.
=
=
= <orgremind.el><org2rem.el>

= --Apple-Mail-1-880047463-- --===============0497939777== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0497939777==--