emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Error When Publishing a Single File
@ 2009-02-17 11:21 Ian Barton
  2009-02-17 11:43 ` Sebastian Rose
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Ian Barton @ 2009-02-17 11:21 UTC (permalink / raw)
  To: emacs-orgmode

This has been happening for a while. I suspect it's something in my 
settings, but I can't work out what. When I publish a single file, I get 
the following error:

Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
   file-truename(nil)
 
org-publish-file("/home/ian/nfs/firewall/Documents/org/holiday/holiday.org")
   byte-code("\b?…\x06
   org-publish-current-file(nil)
   call-interactively(org-publish-current-file)
   org-export(nil)
   call-interactively(org-export)

Publishing a whole project works fine. This is the relevant bit of my 
.emacs:

(require 'org-publish)
(setq org-publish-project-alist
       '(

        ;; ... add all the components here (see below)...
       ("org-notes"
           :base-directory "~/nfs/firewall/Documents/org/"
           :base-extension "org"
           :publishing-directory "~/nfs/firewall/public_html/org/"
           :recursive t
           :publishing-function org-publish-org-to-html
           :headline-levels 4             ; Just the default for this 
project.
           :auto-preamble t
           :auto-index t
           :index-filename "sitemap.org"
           :index-title "Sitemap"
       )

     ("org-static"
           :base-directory "~/nfs/firewall/Documents/org/"
           :base-extension 
"css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf"
           :publishing-directory "~/nfs/firewall/public_html/org/"
           :recursive t
           :publishing-function org-publish-attachment)

     ("org" :components ("org-notes" "org-static"))


       ))

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-02-27  8:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-17 11:21 Error When Publishing a Single File Ian Barton
2009-02-17 11:43 ` Sebastian Rose
2009-02-17 12:46   ` Ian Barton
2009-02-19 19:22   ` Carsten Dominik
2009-02-17 12:25 ` Matthew Lundin
2009-02-26 21:18 ` Carsten Dominik
2009-02-27  8:06   ` Ian Barton
2009-02-27  8:25     ` Sebastian Rose

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).