emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Ian Barton <lists@manor-farm.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Error When Publishing a Single File
Date: Thu, 26 Feb 2009 22:18:45 +0100	[thread overview]
Message-ID: <8F5F44D7-F4D6-4AC9-ACE7-8F8E2F71EBCA@uva.nl> (raw)
In-Reply-To: <499A9DD3.80903@manor-farm.org>

Hi Ian,

this bug is fixed now.  Thanks for the report.

- Carsten

On Feb 17, 2009, at 12:21 PM, Ian Barton wrote:

> 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"))
>
>
>      ))
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  parent reply	other threads:[~2009-02-26 21:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2009-02-27  8:06   ` Ian Barton
2009-02-27  8:25     ` Sebastian Rose

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=8F5F44D7-F4D6-4AC9-ACE7-8F8E2F71EBCA@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=lists@manor-farm.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).