X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacstips.mdwn;h=09c4b77cec2b30850d4dc03d2dc748c22023785b;hb=ad04c8c6b3d8c29a905d9f5f92256fc2bd64be5e;hp=ea93ac1e9a81028c9df881157e9a4b2a3a4b76df;hpb=cc00d57014f577633bde1eabeb0efcaf570a4378;p=obsolete%2Fnotmuch-wiki diff --git a/emacstips.mdwn b/emacstips.mdwn index ea93ac1..09c4b77 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -457,7 +457,7 @@ available: cc -o addrlookup addrlookup.c `pkg-config --cflags --libs gobject-2.0` -lnotmuch - * Shell/fgrep/perl combination [nottoomuch-addresses.sh](http://www.iki.fi/too/nottoomuch/nottoomuch-addresses/). + * Shell/fgrep/perl combination [nottoomuch-addresses.sh](https://github.com/domo141/nottoomuch/blob/master/nottoomuch-addresses.rst). This tools maintains it's own address "database" gathered from email files notmuch knows and search from that "database" is done by `fgrep(1)`. @@ -700,14 +700,14 @@ If you have notmuch-pick installed, it works fine for this as well. Support for linking to notmuch messages is distributed with org-mode, but as a contrib file, so you might have to work a bit to load it. -In Debian and derivitives, +In Debian and derivatives, (add-to-list 'load-path "/usr/share/org-mode/lisp") - + Then (require 'org-notmuch) - + In general it is nice to have a key for org-links (not just for notmuch). For example (define-key global-map "\C-cl" 'org-store-link)