From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petr Hracek Subject: bug#14605: Problem with export an .org file to .pdf does not open pdf file Date: Tue, 25 Jun 2013 13:07:11 +0200 Message-ID: <51C979DF.9080106__4719.17725303701$1372167564$gmane$org@redhat.com> References: <51B9C912.4050100@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrR6Y-00068D-DS for emacs-orgmode@gnu.org; Tue, 25 Jun 2013 07:08:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrR6Q-0006j0-GI for emacs-orgmode@gnu.org; Tue, 25 Jun 2013 07:08:10 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <51B9C912.4050100@redhat.com> 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: 14605@debbugs.gnu.org On 06/13/2013 03:28 PM, Petr Hracek wrote: > Hi folks, > > I would like to export some .org file into .pdf file. > This should also open PDF after export is done but it does not. > > This is done by command C-c C-e d. > In some case emacs freezes. > > Could you please help me? > Hi I have find out that if file org/org.el where are defined variables like org-file-apps is mentioned ("\\.pdf\\'" . default) When I changed them to e.g xpdf then pdf file is openned properly. -- Best regards / S pozdravem Petr Hracek