emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* getting started with publishing
@ 2013-08-30 21:59 Kevin Buchs
  0 siblings, 0 replies; only message in thread
From: Kevin Buchs @ 2013-08-30 21:59 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1238 bytes --]

I tried to get going with publishing to html, starting from this guide:
http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html . I am
running emails 24.3 on Windows with the latest ELPA org mode. I am getting
a complaint when I try to publish:

org-refresh-category-properties: Invalid function:
org-with-silent-modifications

Here is my setup

(require 'org-publish)
(setq org-publish-project-alist
   '(
      ("RCS-Notes"
  :publishing-function org-html-publish-to-html
          :base-directory "I:/SHARED/KevinBuchs/org"
          :publishing-directory "I:/SHARED/KevinBuchs/html"
  :base-extension "org"
  :recursive t ; include subdirs
  :headline-levels 4  ; default for this project
  :preparation-function nil ; functions called prior to publishing
  :completion-function nil ; functions called after publishing
  :auto-preamble t)
      ("RCS-Static"
  :publishing-function org-publish-attachment
          :base-directory "I:/SHARED/KevinBuchs/org"
          :publishing-directory "I:/SHARED/KevinBuchs/html"
  :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|swf"
  :recursive t) ; include subdirs
      ("RCS"
  :components ("RCS-Notes" "RCS-Static")) ))

What might I be missing?

Thanks
Kevin Buchs

[-- Attachment #2: Type: text/html, Size: 2355 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-30 21:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-30 21:59 getting started with publishing Kevin Buchs

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