From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: sitemap seems to cache old #+TITLE Date: Sat, 19 Mar 2011 07:32:50 +0100 Message-ID: <1C20A090-C30E-4182-864C-DE3D74700BA4@gmail.com> References: <3642.1300477845@alphaville.usa.hp.com> Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=56733 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0pid-0008RR-DW for emacs-orgmode@gnu.org; Sat, 19 Mar 2011 02:33:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0piZ-0000RK-OJ for emacs-orgmode@gnu.org; Sat, 19 Mar 2011 02:32:59 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:51750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0piZ-0000Pi-FL for emacs-orgmode@gnu.org; Sat, 19 Mar 2011 02:32:55 -0400 Received: by ewy9 with SMTP id 9so1167494ewy.0 for ; Fri, 18 Mar 2011 23:32:53 -0700 (PDT) In-Reply-To: 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: lbmlist@hethcote.com Cc: Nick Dokos , emacs-orgmode@gnu.org On 19.3.2011, at 04:13, lbmlist@hethcote.com wrote: >=20 >=20 > On Fri, 18 Mar 2011, Nick Dokos wrote: >=20 >>=20 >> Do you have a :sitemap-title entry in your config? Better yet, if = there >> are no privacy concernts, why don't you post your publishing >> configuration? >>=20 >> Nick >>=20 >=20 > =46rom my .emacs: >=20 > (setq org-publish-project-alist > '(("org-notes" > :base-directory "/home/lbmoore/notebook/org/" > :publishing-directory "/home/lbmoore/public_html/org/" > :base-extension "org" > :recursive t > :style "" > :link-home "http://caritas/" > :makeindex t > ) > ("tchkb" > :base-directory "/home/lbmoore/notebook/tchkb/" > :publishing-directory "/home/lbmoore/public_html/tchkb/" > :base-extension "org" > :recursive t > :auto-sitemap t > :style "" > :link-home "http://caritas/" > :makeindex t > ) > ("org-static" > :base-directory "/home/lbmoore/notebook/org/" > :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" > :publishing-directory "/home/lbmoore/public_html/org/" > :recursive t > :publishing-function org-publish-attachment > ) > ("org-static-kb" > :base-directory "/home/lbmoore/notebook/tchkb/" > :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" > :publishing-directory "/home/lbmoore/public_html/tchkb/" > :recursive t > :publishing-function org-publish-attachment > ) > ("org" :components ("org-notes" "org-static" "tchkb" "org-static-kb")) > )) >=20 >=20 > when I cp the .org files and the .emacs to another machine it = generates fine which make me think that there is a cache or tmp file = somewhere that holds the original title. Have you tried forcing republishing of all files by using a C-u prefix to your publishing command? - Carsten=