emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Publishing webs using org


From: Richard G Riley
Subject: [Orgmode] Publishing webs using org
Date: Thu, 03 Jul 2008 15:47:31 +0200
User-agent: Emacs 22.2.1/No Gnus v0.11

I have a setup containing something like this:

(setq org-publish-project-alist
      '(
        ("cv-text"
         :base-directory "~/cv/"
         :base-extension "org"
         :publishing-directory "/ssh:address@hidden:~/webs/rr/cv/"
         :recursive t
         :section-numbers nil
         :publishing-function org-publish-org-to-html
         :style "<link rel=stylesheet
                     href=\"./cv.css\"
                     type=\"text/css\">"
         :table-of-contents t
         :auto-preamble t
         :auto-postamble t
         )
        ("cv-css"
         :base-directory "~/cv/"
         :base-extension "css"
         :publishing-directory "/ssh:address@hidden:~/webs/rr/cv/"
         :publishing-function org-publish-attachment)
        ("cv"
         :components ("cv-text" "cv-css")
         )
        )
)

The only way I could see to have the publish transfer the CSS was to
create a seperate project and publish the cv-text and cv-css as
components of the cv project.

I would like to suggest that the org-publish-org-to-html defaults to
including other file types such as css. Or possibly there should also be
a "me too" setting which includes all files of a certain type or name
during a publish using whichever publish method.






reply via email to

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