From mboxrd@z Thu Jan 1 00:00:00 1970 From: lbmlist@hethcote.com Subject: batch publish all, forcing. how? Date: Thu, 7 Apr 2011 16:31:12 -0600 (MDT) Message-ID: Reply-To: lbmlist@hethcote.com Mime-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Return-path: Received: from [140.186.70.92] (port=51590 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7xjR-0002ae-JJ for emacs-orgmode@gnu.org; Thu, 07 Apr 2011 18:31:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7xjQ-0007m1-NO for emacs-orgmode@gnu.org; Thu, 07 Apr 2011 18:31:17 -0400 Received: from caritas.hethcote.com ([72.19.167.226]:64512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7xjQ-0007l5-GV for emacs-orgmode@gnu.org; Thu, 07 Apr 2011 18:31:16 -0400 Received: from lbmoore (helo=localhost) by caritas.hethcote.com with local-esmtp (Exim 4.72) (envelope-from ) id 1Q7xjM-0008GH-BX for emacs-orgmode@gnu.org; Thu, 07 Apr 2011 16:31:12 -0600 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 I've been experimenting with: emacs23 --batch -l ~/.emacs -f org-publish-all to publish a total fresh version of my project, but it misses some files (an unchanging .css for example) I suspect the optional force (defun org-publish-all (&optional force)... might help, but I don't know lisp well enough to know how to send it force. Can someone offer a howto? Thanks in advance, Louis