emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: lbmlist@hethcote.com
Cc: Nick Dokos <nicholas.dokos@hp.com>, emacs-orgmode@gnu.org
Subject: Re: sitemap seems to cache old #+TITLE
Date: Sat, 19 Mar 2011 07:32:50 +0100	[thread overview]
Message-ID: <1C20A090-C30E-4182-864C-DE3D74700BA4@gmail.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1103182101510.12626@caritas.hethcote.com>


On 19.3.2011, at 04:13, lbmlist@hethcote.com wrote:

> 
> 
> On Fri, 18 Mar 2011, Nick Dokos wrote:
> 
>> 
>> 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
>> 
> 
> From my .emacs:
> 
> (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 rel=\"stylesheet\" href=\"css/org-a.css\" type=\"text/css\"/>"
>   :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 rel=\"stylesheet\" href=\"css/org-a.css\" type=\"text/css\"/>"
>   :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"))
> ))
> 
> 
> 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

  reply	other threads:[~2011-03-19  6:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-18  4:58 sitemap seems to cache old #+TITLE lbmlist
2011-03-18  6:38 ` iemacs
2011-03-18 19:34   ` lbmlist
2011-03-18 19:50     ` Nick Dokos
2011-03-19  3:13       ` lbmlist
2011-03-19  6:32         ` Carsten Dominik [this message]
2011-03-19 21:42           ` lbmlist
2011-03-19 23:33             ` lbmlist
2011-03-19 23:42 ` Bastien
2011-03-19 23:52   ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1C20A090-C30E-4182-864C-DE3D74700BA4@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=lbmlist@hethcote.com \
    --cc=nicholas.dokos@hp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).