From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Can org-mode publish the unchanged files too? Date: Tue, 21 Jan 2014 13:44:17 +0100 Message-ID: <87fvohfqse.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5agv-0000J1-D4 for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 07:44:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5agn-0003Dp-0t for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 07:44:29 -0500 Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]:62040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5agm-0003Dj-PT for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 07:44:20 -0500 Received: by mail-wg0-f49.google.com with SMTP id a1so8069710wgh.16 for ; Tue, 21 Jan 2014 04:44:19 -0800 (PST) In-Reply-To: (Ming Lu's message of "Tue, 21 Jan 2014 19:24:19 +0800") 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: Ming Lu Cc: emacs-orgmode@gnu.org Ming Lu writes: > When doing org-publish command, the org-mode publish only the changed > files. If there is no file changed, it just skip all the files.  > My question is : when I changed the emacs publishing setup, how can I > easily apply this change to all the files without change their > status(ie: not open and modify them)? C-c C-e C-f P p to force re-publication of all files in the current projects This is assuming you use Org 8.0 or above. -- Bastien