From mboxrd@z Thu Jan 1 00:00:00 1970 From: lbmlist@hethcote.com Subject: Re: batch publish all, forcing. how? Date: Thu, 7 Apr 2011 20:16:28 -0600 (MDT) Message-ID: References: <12300.1302215924@alphaville.usa.hp.com> Reply-To: lbmlist@hethcote.com Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Return-path: Received: from [140.186.70.92] (port=50269 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q81FO-0004GL-If for emacs-orgmode@gnu.org; Thu, 07 Apr 2011 22:16:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q81FN-0007Qz-RG for emacs-orgmode@gnu.org; Thu, 07 Apr 2011 22:16:30 -0400 Received: from caritas.hethcote.com ([72.19.167.226]:64443) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q81FN-0007Qp-N8 for emacs-orgmode@gnu.org; Thu, 07 Apr 2011 22:16:29 -0400 In-Reply-To: <12300.1302215924@alphaville.usa.hp.com> 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: Nick Dokos Cc: lbmlist@hethcote.com, emacs-orgmode@gnu.org On Thu, 7 Apr 2011, Nick Dokos wrote: > > Add a function to your .emacs > > --8<---------------cut here---------------start------------->8--- > (defun org-publish-all-force () > (interactive) > (org-publish-all t)) > --8<---------------cut here---------------end--------------->8--- > > and call it instead of org-publish-all on the command line. > > But if the css file is unchanging, why does it matter? > > Nick > > > Thank you, works a treat. There are so many changes being applied at this stage I am rm'ing the target and regenerating when I do a full publish. In a month or so, that'll be overkill. Louis