[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mive preview entity & methods?



Matt Price wrote:

>all of this is superhelpful, erik.  thanks.  also got multi-folder
>working today thanks to yoru suggestion!  that was excellent.  now I
>just need to figure out how to incorporateDavid M's work on html, and
>his org-mode patches for stripping out filter links, and i'll be
>pretty darn well set.

The patch for extended link capabilities to Wanderlust messages made
it into Org core and thus a simple way to use these capabilities would
be:

  1. fetch the development version of Org

     cd /some/place
     git clone git://repo.or.cz/org-mode

  2. and load org-wl.el of the development after the (require 'org)

     (load "/some/place/org-mode/lisp/org-wl.el")

This will simply overload the functions defined in org-wl.el that is
shipped with Emacs or any other installed instance of Org.

Current org-wl.el adds these functions:

 - Remove filter conditions for messages in a filter folder

   If customization variable `org-wl-link-remove-filter' is non-nil,
   filter conditions are stripped of the folder name.

 - Create web links for messages in a Shimbun folder

   If customization variable `org-wl-shimbun-prefer-web-links' is
   non-nil, calling `org-store-link' on a Shimbun message creates a
   web link to the messages source, indicated in the Xref: header
   field.

 - Create web links for messages in a nntp folder

   If customization variable `org-wl-nntp-prefer-web-links' is
   non-nil, calling `org-store-link' on a nntp message creates a web
   link either to gmane.org if the group can be read trough gmane or
   to googlegroups otherwise. In both cases the message-id is used as
   reference.

 - Open links in namazu search folder

   If `org-wl-open' is called with one prefix, WL opens a namazu
   search folder for message's message-id using
   `org-wl-namazu-default-index' as search index.  If this variable is
   nil or `org-wl-open' is called with two prefixes Org asks for the
   search index to use.

HTH
 -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de

Attachment: pgpE3sWYJPXSE.pgp
Description: PGP signature