[O] org-capture with org-contacts template causing problems

2013-03-03 Thread Frank Terbeck
Good day! So, I tried giving org-contacts another go. For capturing new contacts, I have this template configured (based on the example on org-contacts.el): #+begin_src elisp (add-to-list 'org-capture-templates '("c" "Contacts" entry (file "~/org/contacts.org") "

Re: [O] org-capture with org-contacts template causing problems

2013-03-04 Thread Frank Terbeck
Frank Terbeck wrote: [...] > When using `org-capture' (and then selecting "c" in the menu window), I > get the following error message in the "CAPTURE-contacts.org" buffer: > > * %![Error: (invalid-function gnus-with-article-headers)] > :PROPERTIES: > :E

Re: [O] org-capture with org-contacts template causing problems

2013-03-04 Thread Frank Terbeck
Frank Terbeck wrote: > Frank Terbeck wrote: > [...] >> When using `org-capture' (and then selecting "c" in the menu window), I >> get the following error message in the "CAPTURE-contacts.org" buffer: >> >> * %![Error: (invalid-functio

[O] [PATCH] Make `org-contacts-message-complete-function' work with byte compilation

2013-03-09 Thread Frank Terbeck
Without this patch (when I am _byte-compiling_ org-contacts.el), I am getting error messages like this (when attempting address completion via `completion-at-point' and `org-contacts-message-complete-function'): Symbol's function definition is void: remove-duplicates Symbol's function defi

Re: [O] [PATCH] Make `org-contacts-message-complete-function' work with byte compilation

2013-03-11 Thread Frank Terbeck
Daimrod wrote: > Achim Gratz writes: >> Daimrod writes: >>> @All: Can I use (require 'cl) and ignore the warning or is there better >>> solution? >> >> You could if this would never go into mainline, where it is not allowed >> due to the namespace pollution that cl causes. You could use cl-lib >>

[O] [PATCH] org-contacts: Implement a way to ignore certain new addresses

2013-08-22 Thread Frank Terbeck
(add-to-list 'org-contacts-new-address-ignore "notifications@github\\.com") The following is equivalent: (add-to-list 'org-contacts-new-address-ignore #'(lambda (x) (string-match "notifications@github\\.com"