From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Export as ODT, as ODT file is opening document automatically Date: Tue, 26 Mar 2013 23:14:18 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKc73-0000WL-6U for emacs-orgmode@gnu.org; Tue, 26 Mar 2013 18:13:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKc71-0006zY-6r for emacs-orgmode@gnu.org; Tue, 26 Mar 2013 18:13:01 -0400 Received: from mail2.b1.hitrost.net ([91.185.211.205]:25399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKc71-0006ys-0t for emacs-orgmode@gnu.org; Tue, 26 Mar 2013 18:12:59 -0400 In-reply-to: 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: John Hendy Cc: emacs-orgmode I cannot replicate this. `C-c C-e o o' works as expected. I don't use openwith, so that may be where the problem lies. Yours, Christian John Hendy writes: > I'm on =release_8.0-pre-181-ge7cfb4= and with =C-e o o=, LibreOffice > immediately opens the file. I'd expect this with =C-e o O=, but not > with =C-e o o=. > > I noticed that I have an openwith process running =soffice > /path/to/file.odt=... is the exporter somehow triggering openwith to > open it even though I haven't said to do so upon export? Here's my > settings in .emacs: > > (openwith-associations (quote (("\\.pdf\\'" "evince" (file)) > ("\\.mp3\\'" "vlc" (file)) ("\\.\\(?:mpe?g\\|avi\\|wmv\\|mov\\)\\'" > "vlc" ("-idx" file)) ("\\.\\(?:jp?g\\|png\\)\\'" "geeqie" (file)) > ("\\.\\(?:odg\\|odt\\|docx\\|doc\\)\\'" "soffice" (file)) > ("\\.\\(?:odp\\|ppt\\|pptx\\)\\'" "soffice" (file)) > ("\\.\\(?:xls\\|xlsx\\|ods\\)\\'" "soffice" (file))))) > > > John