emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] "Invalid function" error with org-publish-project-alist


From: Andrew Laing
Subject: [Orgmode] "Invalid function" error with org-publish-project-alist
Date: Wed, 13 Sep 2006 21:49:22 -0400
User-agent: Mutt/1.5.6+20040722i

Hi list,

I am just learning org-mode and org-publish and have rarely felt so
exited about software. :)

Many props and thanks to Carsten, David, et al!

But I have been having a problem I can't figure out. I have org.el
v4.49, which includes org-publish.el v1.77. I load my org-config.el from
my .emacs.el which has org-publish configuration which I copied out of
the org-publish file's comments:

;; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
;; org-config.el
;;

(add-to-list 'load-path "~/Emacs/org-4.49")
(require 'org-install) 


(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(define-key global-map "\C-cl" 'org-store-link)
(define-key global-map "\C-ca" 'org-agenda)
(setq org-log-done t)

(setq org-publish-project-alist
       (list
        '("org" :base-directory "~/notebook/org/"
                       :base-extension "org"
                       :publishing-directory "~/public_html/notebook/"
                       :publishing-function org-publish-org-to-html
                       :headline-levels 2
               :with-section-numbers nil
                       :table-of-contents nil
                       :style "<link rel=stylesheet href=\"../css/style.css\" 
type=\"text/css\">"
                       :auto-preamble t
                       :auto-postamble nil)
         ("img" :base-directory "~/notebook/img/"
                    :base-extension "jpg\\|gif\\|png"
                        :publishing-directory "~/public_html/img/"
                        :publishing-function org-publish-attachment)
;         ("css"  :base-directory "~/notebook/css/"
;                    :base-extension "css"
;                    :publishing-directory "~/public_html/"
;                    :publishing-function org-publish-attachment)
;         ("website" :components ("org" "img" "css"))
        ))

;; load cdlatex for frags
(autoload 'cdlatex-mode "cdlatex" "CDLaTeX Mode" t)
(autoload 'turn-on-cdlatex "cdlatex" "CDLaTeX Mode" nil)
(add-hook 'org-mode-hook 'turn-on-org-cdlatex)

;;
;; end org-config.el
;; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++


Loading this file returns the following error:

        Invalid function: "img"

Any thoughts?

I can't seem to figure this one out. Any pointers would be very much
appreciated.

Cheers, Andrew

-- 
Andrew Laing <address@hidden>
  Adam met Eve and turned over a new leaf.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]