emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Problems publishing css files
@ 2008-08-04 23:03 Richard G Riley
  2008-08-05  9:28 ` Dan Davison
  2008-08-07  3:50 ` Bernt Hansen
  0 siblings, 2 replies; 4+ messages in thread
From: Richard G Riley @ 2008-08-04 23:03 UTC (permalink / raw)
  To: org-mode



Here is my org-publish-project-alist

,----
| (setq org-publish-project-alist
|       '(
| 	("web-css"
| 	 :base-directory "~/webs/rr/"
| 	 :publishing-directory "/ssh:rr@rr.net:/home/rr/webs/rr/"
| 	 :base-extension "css"
| 	 :publishing-function org-publish-attachment
|          :recursive t
| 	 )
| 	("web-images"
| 	 :base-directory "~/webs/rr/"
| 	 :publishing-directory "/ssh:rr@rr.net:/home/rr/webs/rr/"
| 	 :base-extension "gif\\|jpg\\|png"
| 	 :publishing-function org-publish-attachment
|          :recursive t
| 	 )
| 	("web-org"
| 	 :base-directory "~/webs/rr/"
| 	 :publishing-directory "/ssh:rr@rr.net:/home/rr/webs/rr/"
| 	 :base-extension "org"
| 	 :publishing-function org-publish-org-to-html
|          :recursive t
| 	 :section-numbers nil
| 	 :style "<link rel=stylesheet
|                      href=\"./style.css\"
|                      type=\"text/css\">"
| 	 :auto-preamble t
| 	 :auto-postamble t
| 	 :preamble "<div id='Content'><a href='../'>Back</a> - <a href='http://rr.net/default/'>Home</a>"
| 	 :postamble "</div>"
| 	 :author nil
| 	 )
| 	("web"
| 	 :components("web-org" "web-images" "web-css")
| 	 )
| 	)
| )
`----

I can org-publish both web-org and web-images with no problem. However
when I try to publish web-css I get:

,----
| Debugger entered--Lisp error: (error "Wrong type argument: arrayp, nil")
|   signal(error ("Wrong type argument: arrayp, nil"))
|   error("%s" "Wrong type argument: arrayp, nil")
|   byte-code("Â\b!ˆÃÄÅ	!\"‡" [orig-buff act-on-choice icicle-try-switch-buffer error "%s" error-message-string] 4)
|   icicle-execute-extended-command()
|   call-interactively(icicle-execute-extended-command)
`----

I can org-publish-current-file with no problem.

(I have tried it without icicles loaded too). It is only css files (in
this instance) causing this. Any suggestions on how to debug this? What
could it be? I have tried without nxhtml loaded too and have ensured the
only css mode I have in the one that comes with emacs 22.

org : 6.06b
emacs : 22.2.1

Can anyone confirm (using emacs 22) that they can publish css files
without a problem?

regards

r.

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

end of thread, other threads:[~2008-08-07  3:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-04 23:03 Problems publishing css files Richard G Riley
2008-08-05  9:28 ` Dan Davison
2008-08-05 12:45   ` Richard G Riley
2008-08-07  3:50 ` Bernt Hansen

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