Re: [O] using %(sexp) in capture templates

2013-10-13 Thread Mike McLean
On Oct 12, 2013, at 5:54 PM, Manish mailtomanish.sha...@gmail.com wrote: i'll look into rebuilding outlook profiles and spotlight indexes. meanwhile, following has worked consistently for me: #+begin_src emacs-lisp (defun org-mac-outlook-message-open (msgid) open a message in

Re: [O] using %(sexp) in capture templates

2013-10-12 Thread Manish
On Fri, Oct 11, 2013 at 9:55 PM, Mike McLean wrote: On Oct 10, 2013, at 9:51 PM, Manish wrote: i am trying to use %(org-mac-outlook-message-insert-selected) in a capture template to create a todo entry from an email selected in outlook on mac os x. i was

Re: [O] using %(sexp) in capture templates

2013-10-12 Thread Mike McLean
On Oct 12, 2013, at 2:03 AM, Manish mailtomanish.sha...@gmail.com wrote: On Fri, Oct 11, 2013 at 9:55 PM, Mike McLean wrote: On Oct 10, 2013, at 9:51 PM, Manish wrote: i am trying to use %(org-mac-outlook-message-insert-selected) in a capture template to

Re: [O] using %(sexp) in capture templates

2013-10-12 Thread Manish
On Sat, Oct 12, 2013 at 7:24 AM, Mike McLean wrote: On Oct 12, 2013, at 2:03 AM, Manish wrote: On Fri, Oct 11, 2013 at 9:55 PM, Mike McLean wrote: On Oct 10, 2013, at 9:51 PM, Manish wrote: i am trying to use %(org-mac-outlook-message-insert-selected) in a capture

Re: [O] using %(sexp) in capture templates

2013-10-11 Thread Mike McLean
On Oct 10, 2013, at 9:51 PM, Manish mailtomanish.sha...@gmail.com wrote: i am trying to use %(org-mac-outlook-message-insert-selected) in a capture template to create a todo entry from an email selected in outlook on mac os x. i was expecting that the function will get executed when the

[O] using %(sexp) in capture templates

2013-10-10 Thread Manish
i am trying to use %(org-mac-outlook-message-insert-selected) in a capture template to create a todo entry from an email selected in outlook on mac os x. i was expecting that the function will get executed when the template is called and enter a link to the email but seems to return nothing. the