Re: [O] org-open-link-from-string in a program

2013-08-04 Thread Eric Abrahamsen
Eric Abrahamsen e...@ericabrahamsen.net writes: I'm trying to write a small function that programmatically follows a link to a gnus message, then calls `gnus-summary-wide-reply-with-original' to start a reply to that message. It seemed like `org-open-link-from-string' (after extracting the

[O] org-open-link-from-string in a program

2013-08-03 Thread Eric Abrahamsen
I'm trying to write a small function that programmatically follows a link to a gnus message, then calls `gnus-summary-wide-reply-with-original' to start a reply to that message. It seemed like `org-open-link-from-string' (after extracting the address part from the link) would be the right choice,

Re: [O] org-open-link-from-string in a program

2013-08-03 Thread Thorsten Jolitz
Eric Abrahamsen e...@ericabrahamsen.net writes: I'm trying to write a small function that programmatically follows a link to a gnus message, then calls `gnus-summary-wide-reply-with-original' to start a reply to that message. It seemed like `org-open-link-from-string' (after extracting the

Re: [O] org-open-link-from-string in a program

2013-08-03 Thread Eric Abrahamsen
Thorsten Jolitz tjol...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net writes: I'm trying to write a small function that programmatically follows a link to a gnus message, then calls `gnus-summary-wide-reply-with-original' to start a reply to that message. It seemed like

Re: [O] org-open-link-from-string in a program

2013-08-03 Thread Thorsten Jolitz
Eric Abrahamsen e...@ericabrahamsen.net writes: Thorsten Jolitz tjol...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net writes: I'm trying to write a small function that programmatically follows a link to a gnus message, then calls `gnus-summary-wide-reply-with-original' to start

Re: [O] org-open-link-from-string in a program

2013-08-03 Thread Eric Abrahamsen
Thorsten Jolitz tjol...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net writes: Thorsten Jolitz tjol...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net writes: I'm trying to write a small function that programmatically follows a link to a gnus message, then calls

Re: [O] org-open-link-from-string in a program

2013-08-03 Thread Thorsten Jolitz
Eric Abrahamsen e...@ericabrahamsen.net writes: Thorsten Jolitz tjol...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net writes: Thorsten Jolitz tjol...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net writes: I can imagine that this is very useful for managing

Re: [O] org-open-link-from-string in a program

2013-08-03 Thread Eric Abrahamsen
Eric Abrahamsen e...@ericabrahamsen.net writes: I'm trying to write a small function that programmatically follows a link to a gnus message, then calls `gnus-summary-wide-reply-with-original' to start a reply to that message. It seemed like `org-open-link-from-string' (after extracting the