From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Markert Subject: Re: Problem with Export-Org-Mode Date: Wed, 30 Mar 2011 01:55:27 +0200 Message-ID: <87r59p5vo0.wl%markert.michael@googlemail.com> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=38955 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4il5-00008F-3T for emacs-orgmode@gnu.org; Tue, 29 Mar 2011 19:55:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4il3-0005pm-AL for emacs-orgmode@gnu.org; Tue, 29 Mar 2011 19:55:34 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:64753) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4il3-0005no-3F for emacs-orgmode@gnu.org; Tue, 29 Mar 2011 19:55:33 -0400 Received: by bwz17 with SMTP id 17so693703bwz.0 for ; Tue, 29 Mar 2011 16:55:31 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ghanashyam Cc: org-mode-mailing-list Hi Shyam, > The issue: I type my org mode file, and just use the C-c C-e d to export the > org mode document to pdf and open the pdf file. My default pdf reader is > evince. I would like to go back to emacs and make some more changes to the org > document and again do the C-c C-e d. Emacs org mode fails to over write the > pdf since it is already opened in evince and throws an error "permission > denied.. .././../test.pdf" test.pdf is the pdf file that I have opened up. IIRC Window prevents removing/overwriting opened files. So you can't do anything about it on the Emacs/Org side (aside from killing the evince process before exporting, but that could be cumbersome). Michael