* Not a standard Org-mode time string
@ 2014-02-18 0:19 Charles Turner
2014-02-18 2:39 ` Nick Dokos
0 siblings, 1 reply; 2+ messages in thread
From: Charles Turner @ 2014-02-18 0:19 UTC (permalink / raw)
To: emacs-orgmode
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Not a standard Org-mode time string
2014-02-18 0:19 Not a standard Org-mode time string Charles Turner
@ 2014-02-18 2:39 ` Nick Dokos
0 siblings, 0 replies; 2+ messages in thread
From: Nick Dokos @ 2014-02-18 2:39 UTC (permalink / raw)
To: emacs-orgmode
Charles Turner <chturne@gmail.com> writes:
> ...
> 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?
I don't think Org likes the format 28.05.2011 - try changing it to
2011-05-28 and see if the error goes away - although I don't really know
where tha timestamp came from: please provide a backtrace. Read the org
manual, section 1.4, "Feedback", to find out how to produce a useful
backtrace.
--
Nick
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-18 2:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-18 0:19 Not a standard Org-mode time string Charles Turner
2014-02-18 2:39 ` Nick Dokos
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).