From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Error When Publishing a Single File Date: Tue, 17 Feb 2009 12:46:46 +0000 Message-ID: <499AB1B6.5010505@manor-farm.org> References: <499A9DD3.80903@manor-farm.org> <871vtxz3u3.fsf@kassiopeya.MSHEIMNETZ> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZPLu-0001Na-Fp for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 07:47:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZPLs-0001Mo-RN for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 07:47:06 -0500 Received: from [199.232.76.173] (port=41285 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZPLs-0001Mg-Ko for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 07:47:04 -0500 Received: from a2s22.a2hosting.com ([69.39.86.130]:46184) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LZPLs-0005Sw-4b for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 07:47:04 -0500 Received: from [217.146.125.41] (helo=firewall.banter.local) by a2s22.a2hosting.com with esmtp (Exim 4.69) (envelope-from ) id 1LZPLq-0001sQ-QL for emacs-orgmode@gnu.org; Tue, 17 Feb 2009 07:47:03 -0500 Received: from localhost (localhost [127.0.0.1]) by firewall.banter.local (Postfix) with ESMTP id 35A18CCDA for ; Tue, 17 Feb 2009 12:47:00 +0000 (GMT) Received: from firewall.banter.local ([127.0.0.1]) by localhost (firewall.banter.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e4JL64lhsQuC for ; Tue, 17 Feb 2009 12:46:46 +0000 (GMT) Received: from [192.168.0.60] (scamper.banter.local [192.168.0.60]) by firewall.banter.local (Postfix) with ESMTP id BB4FDCA95 for ; Tue, 17 Feb 2009 12:46:46 +0000 (GMT) In-Reply-To: <871vtxz3u3.fsf@kassiopeya.MSHEIMNETZ> 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: emacs-orgmode@gnu.org > Ian Barton writes: >> This has been happening for a while. I suspect it's something in my settings, >> but I can't work out what. When I publish a single file, I get the following >> error: > > > Since this feature is prone to error, I'd suggest to drop it entirely. I > never use it here. Instead, I'd suggest to change the publishing feature > as follows: > > > a) The index file generation takes quite a long time. As for me , this > is the only reason to keep this single page publishing. > > So why not just generate the index file, if _new_ (as opposed to > changed) files are found in the project? > > Otherwise ask. > > b) Interactive publishing > > Some times it might be desirable to not publish all changes at > once (e.g. do not publish unfinished changes). > > The publishing mechanism could ask for every file. This could be > bound to `C-u C-e P' or `C-c C-e i' for example. > > c) Is it possible to extend the publising-timestamp mechanism to > exported blocks? E.g. ditaa images take quite some time to > generate. > I too would be happy if something like this could be implemented. Like Sebastian I only use the single file feature to save time. Ian.