From mboxrd@z Thu Jan 1 00:00:00 1970 From: AW Subject: Re: org-outlook with Outlook 2010 on Windows 7 Date: Mon, 15 Apr 2013 14:37:05 +0200 Message-ID: <1655423.tiH3uUagp0@linux-ik7b.site> References: <2203356.HKY90sof7g@linux-ik7b.site> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42235) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URiaV-0003fc-Jk for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 08:32:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URiaS-00081T-PL for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 08:32:47 -0400 Received: from mailout01.t-online.de ([194.25.134.80]:40948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URiaS-000817-JK for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 08:32:44 -0400 In-Reply-To: <2203356.HKY90sof7g@linux-ik7b.site> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Per Kulseth Dahl Am Montag, 15. April 2013, 13:57:37 schrieb AW AW: > Am Donnerstag, 4. April 2013, 14:59:55 schrieb Per Per Kulseth Dahl: > > Hello, > > > > I have been trying to get org-outlook to work without any success. I > > am running Windows 7 and Outlook 2010. Yes, I wish didn't have to. > > > > I have put the VBA code generated by org-outlook-generate-vba into > > Outlook and then I changed the org-outlook-location to "c:/Program > > Files (x86)/Microsoft Office/Office14/OUTLOOK.EXE" in org-outlook.el. > > I didn't seem to work when I tried to change it through > > customize-group. > > > > I apparently get a link into an org document, but when click this link > > I get "ShellExecute failed: w32 error 2147749890". > > Hi Per, > > did you get this solved? I'm interested, I get the same error after my PC at > the office has been migrated to Outlook 2010 (Emacs 24.2, org-mode 7.9.4, > Windows 7). > > Regards, > Alexander OK, it was not that difficult. There seem to be many solutions. I'm satisfied with a simple one, discussed here: http://superuser.com/questions/71786/can-i-create-a-link-to-a-specific-email-message-in-outlook It was sufficient to change a line to meet the demands of the new outlook version: (w32-shell-execute "open" "Path/to/OUTLOOK.EXE" (concat "/select " "outlook:" id) -- stolen from a comment there.