From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: org-publish: docview all pdf files Date: Fri, 7 Jun 2013 21:45:16 +0530 Message-ID: <20130607161516.GA19084@panahar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkzK0-0004wq-NQ for emacs-orgmode@gnu.org; Fri, 07 Jun 2013 12:15:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkzJz-000058-Lw for emacs-orgmode@gnu.org; Fri, 07 Jun 2013 12:15:24 -0400 Received: from mail-pb0-x22c.google.com ([2607:f8b0:400e:c01::22c]:47742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkzJz-00004v-FY for emacs-orgmode@gnu.org; Fri, 07 Jun 2013 12:15:23 -0400 Received: by mail-pb0-f44.google.com with SMTP id uo1so115638pbc.31 for ; Fri, 07 Jun 2013 09:15:22 -0700 (PDT) Received: from panahar ([119.82.87.45]) by mx.google.com with ESMTPSA id uv1sm78189122pbc.16.2013.06.07.09.15.20 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 07 Jun 2013 09:15:21 -0700 (PDT) Content-Disposition: inline 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 When I publish the project, orgmode attempts to open all pdf files (which are static content). It seems to me that some sort of indexing is being attempted though I am not sure. I think it started happening after I included creation of a sitemap. I get messages like this: DocView: process pdf/ps->png changed status to killed. This slows down publishing considerably. I have just added some large pdf files, and now it asks me for each such file whether I want to open it. org-publish gets stuck if I say yes, and aborts publishing if I say no. Is there a way, I could tell orgmode to not try to process these pdf files. pdf files are being processed through a sub-project that deals with static content (org-publish-attachment). Would be grateful for any advice. Best, Vikas