* 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
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
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
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
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
* 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
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!
>>
>>
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!
>>
>>
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 =
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
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
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
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."
>
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
>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.
15 matches
Mail list logo