From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-export-as-html-and-open problem Date: Tue, 05 Feb 2013 00:29:05 +0100 Message-ID: <87wqun1wvy.fsf@bzg.ath.cx> References: <8762273bui.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2VTK-0006iQ-SY for emacs-orgmode@gnu.org; Mon, 04 Feb 2013 18:29:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U2VTJ-0005bj-D6 for emacs-orgmode@gnu.org; Mon, 04 Feb 2013 18:29:10 -0500 Received: from mail-wi0-f174.google.com ([209.85.212.174]:44839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U2VTJ-0005bZ-6M for emacs-orgmode@gnu.org; Mon, 04 Feb 2013 18:29:09 -0500 Received: by mail-wi0-f174.google.com with SMTP id hi8so3073163wib.1 for ; Mon, 04 Feb 2013 15:29:08 -0800 (PST) In-Reply-To: (zhenjiang xu's message of "Mon, 4 Feb 2013 16:24:04 -0700") 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: zhenjiang xu Cc: emacs-orgmode@gnu.org zhenjiang xu writes: > Thanks, Bastien. It's the default value - I've not changed it: > > org-file-apps is a variable defined in `org.el'. > Its value is ((auto-mode . emacs) >  ("\\.mm\\'" . default) >  ("\\.x?html?\\'" . default) >  ("\\.pdf\\'" . default)) So you need to check the relevant variable: org-file-apps-defaults-gnu org-file-apps-defaults-macosx org-file-apps-defaults-windowsnt If the relevant variable uses the defaults (as I guess), you need to configure the mailcap file for your system See http://en.wikipedia.org/wiki/Mailcap HTH, -- Bastien