From mboxrd@z Thu Jan 1 00:00:00 1970 From: prad Subject: Re: setting default pdf viewer Date: Sun, 11 Mar 2012 10:15:28 -0700 Message-ID: <87vcmbf49b.fsf@psinom.home> References: <87399fmuq4.fsf@psinom.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6mVc-0007XZ-Vx for emacs-orgmode@gnu.org; Sun, 11 Mar 2012 13:24:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S6mVa-0003Cg-Us for emacs-orgmode@gnu.org; Sun, 11 Mar 2012 13:24:40 -0400 Received: from plane.gmane.org ([80.91.229.3]:54420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S6mVa-0003CX-OS for emacs-orgmode@gnu.org; Sun, 11 Mar 2012 13:24:38 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S6mVW-00061p-RK for emacs-orgmode@gnu.org; Sun, 11 Mar 2012 18:24:34 +0100 Received: from s0106000acd1d509c.du.shawcable.net ([70.67.174.161]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 Mar 2012 18:24:34 +0100 Received: from prad by s0106000acd1d509c.du.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 Mar 2012 18:24:34 +0100 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 Puneeth Chaganti writes: > On Sun, Mar 11, 2012 at 1:31 PM, prad wrote: >> how do i set evince as the default. >> >> right now xpdf is, but if i remove it, following a link to a pdf file >> produces nothing. >> >> i'm using gnome and evince is the default there (eg through nautilus), >> so somehow it seems that orgmode has decided to make xpdf the default >> instead. > > Customize the variable `org-file-apps'. Look at documentation of the > variable, for an example and options available. > thx Puneeth! that's what i was looking for! strange thing is that it was already set to default so i thought evince would come up. then i changed it to system and xpdf still opened it. anyway, i altered it to evince -p %1 %s and all is well. -- in friendship, prad