From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tokuya Kameshima Subject: Re: [Fwd: Orgmode] Proposal: Enhanced link capabilites to Wanderlust messages Date: Wed, 13 Jan 2010 01:35:59 +0900 Message-ID: <20100113.013559.83644424.kames@fa2.so-net.ne.jp> References: <878wc71vtc.wl%maus.david@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUjl2-0007RR-BD for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 11:38:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUjkx-0007RE-NB for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 11:38:15 -0500 Received: from [199.232.76.173] (port=60689 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUjkx-0007RB-GI for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 11:38:11 -0500 Received: from omx11.ms.so-net.ne.jp ([202.238.83.191]:60943) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUjkw-0000Ih-Q8 for emacs-orgmode@gnu.org; Tue, 12 Jan 2010 11:38:11 -0500 In-Reply-To: <878wc71vtc.wl%maus.david@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: maus.david@gmail.com Cc: kames@fa2.so-net.ne.jp, emacs-orgmode@gnu.org Hi David, Thank you for the mail. I missed your proposal on the mailing list. I totally agree with your modification on "1.1 Messages in filter folders" and "1.2 Messages in shimbun folders". Thanks! Please go ahead and ask Carsten to merge the modification to the git repository. As for "1.3 Link to thread", I think we can avoid the global level implementation by the following modification: In the WL summary mode, you can toggle the thread open/close status by pressing '/' key. If `org-wl-link-to-thread' is set to t and the thread is *closed*, `org-wl-store-link' stores a link to the thread. Otherwise, it stores a link to the message. The patch is below. ---------------------------------------------------------------------- --- org-wl.el.BAK Sun Jan 10 14:16:05 2010 +++ org-wl.el Tue Jan 12 16:22:25 2010 @@ -129,6 +129,9 @@ (folder-type (org-wl-folder-type folder-name)) (message-id (elmo-message-field wl-summary-buffer-elmo-folder msgnum 'message-id)) + (org-wl-link-to-thread (if (wl-thread-entity-get-opened + (wl-thread-get-entity msgnum)) + nil org-wl-link-to-thread)) (wl-message-entity (if (fboundp 'elmo-message-entity) (elmo-message-entity ---------------------------------------------------------------------- I am not sure this is a good solution since this behavior seems a little bit tricky for the users. But at least it avoids the global setting problem. Thanks, --Tokuya On Sat, 09 Jan 2010 10:17:35 +0100, David Maus wrote: > > Hi Tokuya, > > Some days ago I posted a proposal about enhanced link capabilities to > Wanderlust messages for Emacs/Orgmode on the orgmode Mailinglist > > http://thread.gmane.org/gmane.emacs.orgmode/21046 > > and as there are (as it seems) not that much Orgmode users who use > Wanderlust Carsten suggested to contact you directly, too, just in > case you don't read the orgmode mailinglist regularly. > > So if you happen to have any suggestion, comments or more ideas on > extending Orgmodes capabilities I'd be glad to hear. > > Regards > > -- David > > -- > OpenPGP... 0x99ADB83B5A4478E6 > Jabber.... dmjena@jabber.org > Email..... maus.david@gmail.com