diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2010-12-19 21:59:31 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2010-12-19 21:59:31 +0100 |
commit | 1093415d6af028179e2823eb2244ae0d96f50b90 (patch) | |
tree | 92c8a780f7449d42564efb7e44a90288a6888254 | |
parent | 3f39d4c36bf0a6f315d52877d6ec13dff1400aa2 (diff) |
Publish to project root /publish
-rw-r--r-- | fripost-web.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fripost-web.el b/fripost-web.el index 25a4692..ef7f4df 100644 --- a/fripost-web.el +++ b/fripost-web.el @@ -5,7 +5,7 @@ ("fripost-web-pages" :base-directory ,default-directory :base-extension "org" - :publishing-directory ,(concat default-directory "../publish/") + :publishing-directory ,(concat default-directory "/publish/") :recursive t :publishing-function org-publish-org-to-html :preamble "<div class=\"header\"> @@ -50,4 +50,4 @@ ("fripost-web" :components ("fripost-web-pages" "fripost-web-static")) )) -;; M-x org-publish-project RET org +;; M-x org-publish-project RET fripost-web |