From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinh Nguyen Subject: cache issue when publishing website with include file Date: Tue, 12 Oct 2010 08:44:54 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=49984 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5h2S-0000r8-LU for emacs-orgmode@gnu.org; Tue, 12 Oct 2010 11:45:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5h2R-00008X-38 for emacs-orgmode@gnu.org; Tue, 12 Oct 2010 11:45:16 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:47802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5h2Q-00008Q-Ve for emacs-orgmode@gnu.org; Tue, 12 Oct 2010 11:45:15 -0400 Received: by qwb8 with SMTP id 8so2479521qwb.0 for ; Tue, 12 Oct 2010 08:45:14 -0700 (PDT) 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 Dear list, I currently use #+INCLUDE: "nav.org" on top of multiple org files (say f1.org, f2.org, ...) to include a navigation "bar" for my website. Suppose I update nav.org. If I publish the website with "C-c C-e P", then the f1.org, f2.org, ... files do not get updated/exported since the files were not changed (or maybe only one of them gets changed since I changed the .org file). I'm wondering how others are handling this in their work flow? Delete the cache directory? Edit all .org files so they get updated at the publishing command? Thanks. -- Vinh