emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Aidan Gauland <aidalgol@no8wireless.co.nz>
To: emacs-orgmode@gnu.org
Subject: org-publish not publishing changed files
Date: Sat, 19 Mar 2011 14:16:23 +1300	[thread overview]
Message-ID: <20110319011622.GA11088@neko> (raw)

[-- Attachment #1: Type: text/plain, Size: 1398 bytes --]

Hi,

I use org-mode for my website, and I've noticed that when I go to
publish the website, none of the files I have just edited are updated
in the publishing directory.  I have no idea why.  Here is the elisp I
evaluate to publish my website.

(setq 
 org-publish-project-alist
 '(("aidalgolland-orgfiles"
    :base-directory "~/doc-aidan/aidalgolland/main/"
    :publishing-directory "/ssh:aidan@nathan7.eu:public_html/aidalgolland/"
    :publishing-function org-publish-org-to-html
    :recursive t
    :base-extension "org"
    :section-numbers nil
    :table-of-contents nil
    :creator-info nil
    :language "en"
    :author "Aidan Gauland"
    :style "<link rel=\"stylesheet\" type=\"text/css\" href=\"/~aidan/aidalgolland/global.css\" />"
    :auto-preamble t
    :auto-postamble t)

   ("aidalgolland-static"
    :base-directory "~/doc-aidan/aidalgolland/main/"
    :publishing-directory "/ssh:aidan@nathan7.eu:public_html/aidalgolland/"
    :publishing-function org-publish-attachment
    :recursive t
    :base-extension "css\\|gz\\|bz2\\|lzma\\|jpg\\|gif\\|png\\|atom")

   ("aidalgolland" :components ("aidalgolland-orgfiles" "aidalgolland-static"))))

(org-babel-lob-ingest "~/doc-aidan/aidalgolland/babel-lib.org")
(org-publish "aidalgolland")

(makunbound 'org-publish-project-alist)

Can anyone help me with this?

Thanks,
Aidan Gauland

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

             reply	other threads:[~2011-03-19  1:15 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-19  1:16 Aidan Gauland [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-11-02  9:08 Override export filename Aidan Gauland
2010-11-02 15:44 ` Giovanni Ridolfi
2010-11-02 18:04   ` Aidan Gauland
     [not found]     ` <aidalgol@no8wireless.co.nz>
2010-11-02 18:35       ` Nick Dokos
2010-11-05  0:57         ` Aidan Gauland
2011-03-19  1:33       ` org-publish not publishing changed files Nick Dokos
2011-03-19  2:19         ` Suvayu Ali
2011-03-20 11:30           ` David Maus
2011-03-20 11:47             ` Suvayu Ali
2011-03-22  2:00         ` Aidan Gauland
2011-03-22  6:18           ` Nick Dokos
2011-03-22  7:32             ` Aidan Gauland
2011-03-22 14:17               ` Nick Dokos
2011-04-01 19:56                 ` Aidan Gauland

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=20110319011622.GA11088@neko \
    --to=aidalgol@no8wireless.co.nz \
    --cc=emacs-orgmode@gnu.org \
    /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).