I like to link to Wanderlust emails from Org Mode. I just downloaded
the latest git version and linking to WL emails works as advertised
except that I wind up sitting for five minutes as every thread in my
13,000 message inbox is opened. Is there a reason for this behavior?
I "fixed" the problem with the following patch which merely comments
out the command to open all the threads. Linking emails works
perfectly fine and now I don't have to wait long at all.
================
diff --git a/lisp/org-wl.el b/lisp/org-wl.el
index 4fae584..58ddd31 100644
--- a/lisp/org-wl.el
+++ b/lisp/org-wl.el
@@ -135,7 +135,7 @@
;; in the old buffer.
(set-buffer old-buf)
(goto-char old-point))
- (wl-thread-open-all)
+; (wl-thread-open-all)
(and (wl-summary-jump-to-msg-by-message-id (org-add-angle-brackets
article))
(wl-summary-redisplay)))))
================
Just thought I'd post this in case anyone else was similarly
frustrated.
I'm excited about the new org version; thanks so much everyone for
helping to create such a great application!
--
Dhruv Bansal
http://www.dhruvbansal.com
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode