From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: org-mode and remind integration Date: Tue, 17 Feb 2009 22:02:00 +0100 Message-ID: <67D643B3-600C-44DE-AD4F-EFB70186BE40@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> <5CC4AA4B-8F3D-4C83-932E-2B5B55977585@uva.nl> <5fb1c7f40902160720x330896c2q530e38944463fdb9@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: multipart/mixed; boundary="===============0474353810==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZX4w-0000jw-Qf for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 16:02:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZX4w-0000jS-2L for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 16:02:06 -0500 Received: from [199.232.76.173] (port=43927 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZX4v-0000jP-Un for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 16:02:06 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:64569) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZX4u-0001NQ-TS for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 16:02:05 -0500 Received: by ewy13 with SMTP id 13so3603522ewy.18 for ; Tue, 17 Feb 2009 13:02:03 -0800 (PST) In-Reply-To: <5fb1c7f40902160720x330896c2q530e38944463fdb9@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" --===============0474353810== Content-Type: multipart/alternative; boundary=Apple-Mail-2-1046766355 --Apple-Mail-2-1046766355 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Feb 16, 2009, at 4:20 PM, Sharad Pratap wrote: > Hi Carsten, > Sorry, > I have sent wrong file `orgremind.el,' won't have changes. > it is actually `org-exp.el' that I have forgot to include. > > Yes I can put these function in `org2rem.el' but I am sending > correct file > as correction of my previous mail. Please do so. Thanks. - Carsten > > > But Carsten, here is number of different calendaring system present > e.g. > iCal > remind > Zsh calendar(man zsh-betacalsys) > > which all share similar feature, then here it would be better if > here is > a generic framwork should be here on top of it, ical, remind, Zsh > calendar, > interface we can add. > > (if you want to test it, please (setq org-remind-include-todo t), > for getting all todo's in remind > and I were not able to make remind function auto-completable, so you > have to M-x org-export > followed by `d' or `D' or `k'.) > > Regards and Thanks, > Sharad > > On Mon, Feb 16, 2009 at 4:13 AM, Carsten Dominik > wrote: > 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-2-1046766355 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable
On Feb 16, 2009, = at 4:20 PM, Sharad Pratap wrote:

Hi = Carsten,
Sorry,
I have sent wrong file `orgremind.el,' won't have = changes.
it is actually `org-exp.el' that I have forgot to = include.

Yes I can put these function in `org2rem.el' but I am = sending correct file
as correction of my previous = mail.

Please do so. =  Thanks.

- Carsten



But Carsten, here is  number of different = calendaring system present
e.g.
iCal
remind
Zsh calendar(man = zsh-betacalsys)

which all share similar feature, then here it = would be better if here is
a generic framwork should be here on top = of it, ical, remind, Zsh calendar,
interface we can add.

(if = you want to test it, please (setq org-remind-include-todo t), for = getting all todo's in remind
and I were not able to make remind = function auto-completable, so you have to M-x org-export <enter>
= followed by `d' or `D' or `k'.)

Regards and = Thanks,
Sharad

On Mon, Feb 16, 2009 = at 4:13 AM, Carsten Dominik <dominik@science.uva.nl> = wrote:
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>

= <org-exp.el>

= --Apple-Mail-2-1046766355-- --===============0474353810== 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 --===============0474353810==--