Re: How to use `open` to handle `message:*` links on macOS

2021-05-06 Thread Tim Visher
On Thu, May 6, 2021 at 1:04 PM Alexander Adolf < alexander.ad...@condition-alpha.com> wrote: > > Tim Visher writes: > > > [...] > > > > One of these days though I'm going to break the habit and move email > > directly into Emacs. :) > > I was in the exact same situation as you until about half a

Re: How to use `open` to handle `message:*` links on macOS

2021-05-06 Thread Alexander Adolf
Hello Tim, Tim Visher writes: > [...] > I do indeed trigger the capture by switching over to Emacs and whacking my > org-capture keybinding (`C-c C`). I have a todo item that's been sitting in > my list for a very long time to figure out how to move my email habits into > emacs but I've never go

Re: How to use `open` to handle `message:*` links on macOS

2021-05-02 Thread Tim Visher
Hi Alexander, On Thu, Apr 29, 2021 at 7:38 PM Alexander Adolf < alexander.ad...@condition-alpha.com> wrote: > Tim Visher writes: > > > Pairing that with my org-capture TODO Current Mail Template is a dream > come > > true. :) > > [...] > > That's interesting how you pull the information from Mai

Re: How to use `open` to handle `message:*` links on macOS

2021-04-29 Thread Alexander Adolf
Hello Tim, Tim Visher writes: > [...] > Thanks for the tips here. I finally got around to trying them out. Here's > what I ended up with and it's working perfectly. > [...] Glad I could be of assistance! > Pairing that with my org-capture TODO Current Mail Template is a dream come > true. :) >

Re: How to use `open` to handle `message:*` links on macOS

2021-04-29 Thread Tim Visher
On Thu, Apr 29, 2021 at 3:40 PM Tim Cross wrote: > > Tim Visher writes: > > > Thanks for the tips here. I finally got around to trying them out. > Here's what I ended up with and it's working perfectly. > > > > … > > > > Pairing that with my org-capture TODO Current Mail Template is a dream > co

Re: How to use `open` to handle `message:*` links on macOS

2021-04-29 Thread Tim Cross
Tim Visher writes: > Hi Diego and Alexander, > > Thanks for the tips here. I finally got around to trying them out. Here's > what I ended up with and it's working perfectly. > > (defun timvisher-org-link-mac-mail-open-link > (mid _) > (start-process "open-link" nil "open" (format "messag

Re: How to use `open` to handle `message:*` links on macOS

2021-04-29 Thread Diego Zamboni
Hi Tim, Cool - thanks for the code! I may use it to improve my email capture workflow :) --Diego On Thu, Apr 29, 2021 at 6:23 PM Tim Visher wrote: > Hi Diego and Alexander, > > Thanks for the tips here. I finally got around to trying them out. Here's > what I ended up with and it's working pe

Re: How to use `open` to handle `message:*` links on macOS

2021-04-29 Thread Tim Visher
Hi Diego and Alexander, Thanks for the tips here. I finally got around to trying them out. Here's what I ended up with and it's working perfectly. (defun timvisher-org-link-mac-mail-open-link (mid _) (start-process "open-link" nil "open" (format "message://%%3C%s%%3E"

Re: How to use `open` to handle `message:*` links on macOS

2021-01-15 Thread Alexander Adolf
Hello Tim, Tim Visher writes: > [...] > I'd like to be able to whack `C-c C-o` on `message:*` links on macOS and > have it call `open` on the contents. Is there a way to make that happen? > > My intent is to be able to save a deep link to a Mail.app message in an org > document. > [...] In my s

Re: How to use `open` to handle `message:*` links on macOS

2021-01-11 Thread Diego Zamboni
Hi Tim, Look at the org-mac-link package from org-contrib, it allows doing this for Mail.app and other Msc apps. --Diego On Mon, 11 Jan 2021 at 20:47, Tim Visher wrote: > Hi Everyone, > > I'd like to be able to whack `C-c C-o` on `message:*` links on macOS and > have it call `open` on the cont

How to use `open` to handle `message:*` links on macOS

2021-01-11 Thread Tim Visher
Hi Everyone, I'd like to be able to whack `C-c C-o` on `message:*` links on macOS and have it call `open` on the contents. Is there a way to make that happen? My intent is to be able to save a deep link to a Mail.app message in an org document. Thanks in advance! -- In Christ, Timmy V. https