emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Charles Turner <chturne@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Not a standard Org-mode time string
Date: Tue, 18 Feb 2014 00:19:42 +0000	[thread overview]
Message-ID: <CAPMhJv1n4g=xk9pzV16h60W7npkqHvrs5YvkHO1UHiSAWwsEmQ@mail.gmail.com> (raw)

I'm trying to set up the org-publish system to publish my personal
notes in HTML. My org configuration consists only of

(add-to-list 'load-path "~/src/org-mode/lisp")
(add-to-list 'load-path "~/src/org-mode/contrib/lisp")
(require 'org-publish)
(setq org-publish-project-alist
      '(("notes"
     :base-directory "~/Documents/Notes"
     :publishing-directory "~/Documents/published_notes"
     :base-extension "org"
     :publishing-function org-html-publish-to-html
     :preserve-breaks t
     :with-email nil
     :recursive t
     :auto-sitemap t
     :sitemap-title "Charles' Notes"
     :makeindex t)
    ("notes-static"
     :base-directory "~/Documents/Notes"
     :base-extension "css\\|js\\|jpg\\|gif\\|png\\|svg"
     :publishing-directory "~/Documents/published_notes"
     :publishing-function org-publish-attachment)
    ("charles-notes" :components ("notes" "notes-static"))))

Whilst visiting an org file in my Notes directory, I type M-x
org-publish RET charles-notes and I receive the follow messages in my
*Messages* buffer:

Generating tree-style sitemap for Charles' Notes [6 times]
condition-case: Bad timestamp `Saturday, 28.05.2011 '
Error was: (Not a standard Org-mode time string: Saturday, 28.05.2011 )

I don't understand the time-stamp messages. Can anyone help me debug
this problem?

The system specifics are:
Emacs  : GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.8.2)
 of 2013-07-27 on roseapple, modified by Debian
Package: Org-mode version 8.2.5h (release_8.2.5h-636-g03514a @
/home/charles/src/org-mode/lisp/)

I'm running from the master branch in git.

Thanks in advance,
Charles.

             reply	other threads:[~2014-02-18  0:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-18  0:19 Charles Turner [this message]
2014-02-18  2:39 ` Not a standard Org-mode time string Nick Dokos

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='CAPMhJv1n4g=xk9pzV16h60W7npkqHvrs5YvkHO1UHiSAWwsEmQ@mail.gmail.com' \
    --to=chturne@gmail.com \
    --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).