emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Problem with links to Wanderlust messages
@ 2010-11-01 14:34 Ronan BARZIC
  2010-11-02 22:31 ` Eric S Fraga
  0 siblings, 1 reply; 3+ messages in thread
From: Ronan BARZIC @ 2010-11-01 14:34 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1107 bytes --]

Hi,

I've difficulties to understand how to make links to WL messages from an Org
file. According to the documentation, the syntax should be :

[[wl:folder#id][Description]]

- It is not clear for me if "id" is the number in front of the message in
the "WL "Summary" view ? Can someone confirm that ? (I have also a field
"Message-ID" in each message header)
- I'm using Maildir format (I use offlineimap) , therefore my WL inbox
folder starts with a "." :
  - from my .wl
     wl-default-folder ".INBOX"           ;; my main inbox
 I have the feeling that the dot at the beginning of the folder name
confuses the org-mode when I try to follow the link. For example, following
the link
[[wl:.INBOX#29333][TEST]]

trigger the following question in the minibuffer :
Search message in nntp server "localhost" <y/n/s(elect)>?

which fails whatever answer I give

Maybe I've misunderstood the documentation and I search the web without
success. I will really appreciate if someone could give me a example of a
working link using WL in a Maildir configuration

BTW, I'm using WL 2.25.9 and org-mode 7.01g


Ronan

[-- Attachment #1.2: Type: text/html, Size: 1538 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problem with links to Wanderlust messages
  2010-11-01 14:34 Problem with links to Wanderlust messages Ronan BARZIC
@ 2010-11-02 22:31 ` Eric S Fraga
  2010-11-03  7:36   ` Ronan BARZIC
  0 siblings, 1 reply; 3+ messages in thread
From: Eric S Fraga @ 2010-11-02 22:31 UTC (permalink / raw)
  To: Ronan BARZIC; +Cc: emacs-orgmode

Ronan BARZIC <rbarzic@gmail.com> writes:

> Hi,
>
> I've difficulties to understand how to make links to WL messages from an Org
> file. According to the documentation, the syntax should be :
>
> [[wl:folder#id][Description]]
>
> - It is not clear for me if "id" is the number in front of the message in the
> "WL "Summary" view ? Can someone confirm that ? (I have also a field
> "Message-ID" in each message header)

The easiest way to find out what should be there is to:

1. go to the WL message, in the Summary window say.
2. type C-cl (org-store-link)
3. go to your org document where you want to link from
4. type C-cC-l (org-insert-link) and hit RET to accept the default which
   should be the link you /stored/ above.

>  I have the feeling that the dot at the beginning of the folder name
> confuses the org-mode when I try to follow the link. For example,
> following the link  [[wl:.INBOX#29333][TEST]] 

I didn't find that the . caused any problems (the majority of my
mailboxes are in maildir format).  However, I must say that following
links to WL messages is not the most robust system.  The problems are
not in org but in WL, as far as I can tell.  

A couple of suggestions: make sure you have started WL *before*
attempting to follow a link from org in any case and make sure you don't
store a link from WL from within a filtered view.

Due to the problems with linking to WL message, and a few other issues,
I have recently moved back to GNUS which is basically more robust in all
ways (although has a much steeper learning curve... but that's a story
for another mailing list ;-).

> Maybe I've misunderstood the documentation and I search the web without
> success. I will really appreciate if someone could give me a example of a
> working link using WL in a Maildir configuration

One example I have looks like this =wl:.wlinbox#4C63A6XXX0304@XXX.ac.uk=

(with some bits replaced by XXX to protect the innocent)

-- 
Eric S Fraga, GnuPG: 8F5C 279D 3907 E14A 5C29  570D C891 93D8 FFFC F67D
using Org-mode version 7.02trans (release_7.3.6.gf0d2) 
in Emacs version 23.2.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Problem with links to Wanderlust messages
  2010-11-02 22:31 ` Eric S Fraga
@ 2010-11-03  7:36   ` Ronan BARZIC
  0 siblings, 0 replies; 3+ messages in thread
From: Ronan BARZIC @ 2010-11-03  7:36 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 2374 bytes --]

Thank you very much ! It works now ! I thing I mixed-up the meaning of the
org-insert/org-store functions

Ronan

On Tue, Nov 2, 2010 at 11:31 PM, Eric S Fraga <ucecesf@ucl.ac.uk> wrote:

> Ronan BARZIC <rbarzic@gmail.com> writes:
>
> > Hi,
> >
> > I've difficulties to understand how to make links to WL messages from an
> Org
> > file. According to the documentation, the syntax should be :
> >
> > [[wl:folder#id][Description]]
> >
> > - It is not clear for me if "id" is the number in front of the message in
> the
> > "WL "Summary" view ? Can someone confirm that ? (I have also a field
> > "Message-ID" in each message header)
>
> The easiest way to find out what should be there is to:
>
> 1. go to the WL message, in the Summary window say.
> 2. type C-cl (org-store-link)
> 3. go to your org document where you want to link from
> 4. type C-cC-l (org-insert-link) and hit RET to accept the default which
>   should be the link you /stored/ above.
>
> >  I have the feeling that the dot at the beginning of the folder name
> > confuses the org-mode when I try to follow the link. For example,
> > following the link  [[wl:.INBOX#29333][TEST]]
>
> I didn't find that the . caused any problems (the majority of my
> mailboxes are in maildir format).  However, I must say that following
> links to WL messages is not the most robust system.  The problems are
> not in org but in WL, as far as I can tell.
>
> A couple of suggestions: make sure you have started WL *before*
> attempting to follow a link from org in any case and make sure you don't
> store a link from WL from within a filtered view.
>
> Due to the problems with linking to WL message, and a few other issues,
> I have recently moved back to GNUS which is basically more robust in all
> ways (although has a much steeper learning curve... but that's a story
> for another mailing list ;-).
>
> > Maybe I've misunderstood the documentation and I search the web without
> > success. I will really appreciate if someone could give me a example of a
> > working link using WL in a Maildir configuration
>
> One example I have looks like this =wl:.wlinbox#4C63A6XXX0304@XXX.ac.uk=
>
> (with some bits replaced by XXX to protect the innocent)
>
> --
> Eric S Fraga, GnuPG: 8F5C 279D 3907 E14A 5C29  570D C891 93D8 FFFC F67D
> using Org-mode version 7.02trans (release_7.3.6.gf0d2)
> in Emacs version 23.2.1
>

[-- Attachment #1.2: Type: text/html, Size: 3077 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-11-03  7:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-01 14:34 Problem with links to Wanderlust messages Ronan BARZIC
2010-11-02 22:31 ` Eric S Fraga
2010-11-03  7:36   ` Ronan BARZIC

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).