Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-31 Thread Karl Voit
* Feng Shu wrote: > > I have changed it to "IGNORE" Thank you very much! It will help your users to learn and understand this cool feature! -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > get Memacs from https://github.com/novoid/Memacs < https://github.com/no

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Feng Shu
Daimrod writes: > Feng Shu writes: > >> Hi Daimrod! >> This is the 3 updated patch, if possible, please include it to master. > > It's merged and pushed. I've also pushed another commit to fix the > formatting in some parts of the code and I've found a bug in > `org-contacts-split-property', but

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Daimrod
Karl Voit writes: Hi Karl, > This is a very good patch, fixing an issue I also do have currently. I am curious, what was the issue? Regards, -- Daimrod/Greg signature.asc Description: PGP signature

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Daimrod
Feng Shu writes: > Hi Daimrod! > This is the 3 updated patch, if possible, please include it to master. It's merged and pushed. I've also pushed another commit to fix the formatting in some parts of the code and I've found a bug in `org-contacts-split-property', but it should be fixed now. > Th

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Feng Shu
Karl Voit writes: > * Daimrod wrote: >> >> Feng Shu writes: >> >>> * test >>> :PROPERTIES: >>> :EMAIL: te...@gmail.com te...@gmail.com te...@gmail.com >>> :PHONE: 123456 123457 123458 >>> :EXPIRE: te...@gmail.com 123457 >>> :END: >>> >>> when completing or exporting to vcard, th

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Karl Voit
* Daimrod wrote: > > Feng Shu writes: > >> * test >> :PROPERTIES: >> :EMAIL: te...@gmail.com te...@gmail.com te...@gmail.com >> :PHONE: 123456 123457 123458 >> :EXPIRE: te...@gmail.com 123457 >> :END: >> >> when completing or exporting to vcard, the emails and phones in the >> ex

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Feng Shu
Daimrod writes: > Feng Shu writes: > >> Daimrod writes: >> >>> >>> This is not very idiomatic elisp, I would write something more like: >>> #+BEGIN_SRC emacs-lisp >>> (remove-if (lambda (el) >>>(member el expire-list)) >>> list) >>> #+END_SRC >> >> Thanks! >> >>

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Feng Shu
Daimrod writes: > Feng Shu writes: > >> Daimrod writes: >> >>> >>> This is not very idiomatic elisp, I would write something more like: >>> #+BEGIN_SRC emacs-lisp >>> (remove-if (lambda (el) >>>(member el expire-list)) >>> list) >>> #+END_SRC >> >> Thanks! >> >>

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-30 Thread Daimrod
Feng Shu writes: > Daimrod writes: > >> >> This is not very idiomatic elisp, I would write something more like: >> #+BEGIN_SRC emacs-lisp >> (remove-if (lambda (el) >>(member el expire-list)) >> list) >> #+END_SRC > > Thanks! > > Is this possible? > > test1@g =

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Feng Shu
Daimrod writes: > > This is not very idiomatic elisp, I would write something more like: > #+BEGIN_SRC emacs-lisp > (remove-if (lambda (el) >(member el expire-list)) > list) > #+END_SRC Thanks! Is this possible? test1@g = te...@gmail.com

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Feng Shu
Daimrod writes: updated patch; >From b0851e4c48e4c2e67fd8aafdf04951e764e07ccf Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Wed, 29 May 2013 20:30:43 +0800 Subject: [PATCH] Add a feature, which can ignore emails or phones with property * contrib/lisp/org-contacts.el (org-contacts-ignore-prope

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Feng Shu
Daimrod writes: > Feng Shu writes: > >> (defun org-contacts-complete-name (start end string) >>"Complete text at START with a user name and email." >>(let* ((completion-ignore-case org-contacts-completion-ignore-case) >> @@ -484,10 +497,17 @@ A group FOO is composed of contacts with the

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Daimrod
Feng Shu writes: > (defun org-contacts-complete-name (start end string) >"Complete text at START with a user name and email." >(let* ((completion-ignore-case org-contacts-completion-ignore-case) > @@ -484,10 +497,17 @@ A group FOO is composed of contacts with the tag FOO." >

Re: [O] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Daimrod
Feng Shu writes: Hello Feng, Thanks for this interesting feature, here are some remarks: > From e974db131d88acf06bb6b250eac2fae8c7d0a96e Mon Sep 17 00:00:00 2001 > From: Feng Shu > Date: Wed, 29 May 2013 20:30:43 +0800 > Subject: [PATCH] * contrib/lisp/org-contacts.el: Add a feature which ca

[O] [PATCH] org-contacts.el: add expire feature

2013-05-29 Thread Feng Shu
>From e974db131d88acf06bb6b250eac2fae8c7d0a96e Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Wed, 29 May 2013 20:30:43 +0800 Subject: [PATCH] * contrib/lisp/org-contacts.el: Add a feature which can expire emails and phones * test :PROPERTIES: :EMAIL: te...@gmail.com te...@gmail.com te.