From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: sitemap seems to cache old #+TITLE Date: Fri, 18 Mar 2011 15:50:45 -0400 Message-ID: <3642.1300477845@alphaville.usa.hp.com> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=49005 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0fzW-00073X-DG for emacs-orgmode@gnu.org; Fri, 18 Mar 2011 16:09:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0fzV-0002qe-1x for emacs-orgmode@gnu.org; Fri, 18 Mar 2011 16:09:46 -0400 Received: from g1t0029.austin.hp.com ([15.216.28.36]:42571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0fzU-0002qU-Uw for emacs-orgmode@gnu.org; Fri, 18 Mar 2011 16:09:45 -0400 In-Reply-To: Message from lbmlist@hethcote.com of "Fri, 18 Mar 2011 13:34:02 MDT." 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: nicholas.dokos@hp.com, emacs-orgmode@gnu.org lbmlist@hethcote.com wrote: > > That didn't seem to do it. > > This is GNU Emacs 23.2.1 on a debian squeeze system. Org-mode is 7.4. > > I created a short file newb.org which reads in total: > -------------------------------------------------- > #+TITLE: A Newb Title > > * and that's it > -------------------------------------------------- > > I publish the project to html and my sitemap has > > + [[file:newb.org][A Newb Title]] > > in it. Next I change newb.org to read > -------------------------------------------------- > #+TITLE: Just A Newb > > * and that's it > -------------------------------------------------- > Then C-x C-s C-c C-c C-c C-e P > > and sitemap the same > > + [[file:newb.org][A Newb Title]] > > in it. > > I can rm the sitemap.org and sitemap.html and C-c C-e P again and still > get the old information. > > I'm sure I'm missing something simple but I'll be darned if I can find it. > 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? Nick