* Simon Thum <simon.t...@gmx.de> wrote: > Hi, > > thanks for sharing your setup. Piggybacking on this thread, I'm just > starting with org-contacts and wonder how I could get it to perform > case-insensitive searches? (This would make it easier to search for > parts of names)
http://sunsite.ualberta.ca/Documentation/Gnu/emacs-21.1/html_chapter/faq_5.html#SEC42 (setq case-fold-search t) ; make searches case insensitive -- Karl Voit