From: lbmlist@hethcote.com
To: emacs-orgmode@gnu.org
Cc: Nick Dokos <nicholas.dokos@hp.com>
Subject: Re: sitemap seems to cache old #+TITLE
Date: Fri, 18 Mar 2011 21:13:28 -0600 (MDT) [thread overview]
Message-ID: <alpine.DEB.2.02.1103182101510.12626@caritas.hethcote.com> (raw)
In-Reply-To: <3642.1300477845@alphaville.usa.hp.com>
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.
L
next prev parent reply other threads:[~2011-03-19 3:13 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 [this message]
2011-03-19 6:32 ` Carsten Dominik
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=alpine.DEB.2.02.1103182101510.12626@caritas.hethcote.com \
--to=lbmlist@hethcote.com \
--cc=emacs-orgmode@gnu.org \
--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).