emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Problem getting example on Publishing to web from org-info to work
@ 2011-03-05 19:59 Iannis Zannos
  2011-03-05 21:42 ` Iannis Zannos
  0 siblings, 1 reply; 3+ messages in thread
From: Iannis Zannos @ 2011-03-05 19:59 UTC (permalink / raw)
  To: emacs-orgmode

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

Hello,

Both examples from the org-info tutorial on publishing projects to web
(13.3.1 Example: simple publishing configuration
13.3.2 Example: complex publishing configuration)

fail with the following trace from the message window:

Publishing file /Users/iani/Documents/projects/110305website/index.org using
`org-publish-org-to-html'
Exporting... [2 times]
Wrong type argument: stringp, nil

I also tried an example configuration from
http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html

with the same results.

index.org is the sole file to publish, and is located in the folder
specified in the publish alist (as per code below).

Any hints as to how to get started with publishing projects from org to
html?

Thank!

Iannis Zannos


=====================
Try 1: (from org-info)

(require 'org-publish)

 (setq org-publish-project-alist
           '(("test"
              :base-directory "/Users/iani/Documents/projects/110305website"
              :publishing-directory "/Users/iani/Sites"
      :base-extension "org"
              :section-numbers true
              :table-of-contents true
              :style "<link rel=\"stylesheet\"
                     href=\"../other/mystyle.css\"
                     type=\"text/css\"/>")))



Try 2: (from
http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html)
(setq org-publish-project-alist
           '(("test2"
              :base-directory "/Users/iani/Documents/projects/110305website"
              :publishing-directory "/Users/iani/Sites/"
;;       :base-directory "~/org/"
      :base-extension "org"
;;       :publishing-directory "~/public_html/"
      :recursive t
      :publishing-function org-publish-org-to-html
      :headline-levels 4             ; Just the default for this project.
      :auto-preamble t
      )))

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-05 21:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-05 19:59 Problem getting example on Publishing to web from org-info to work Iannis Zannos
2011-03-05 21:42 ` Iannis Zannos
2011-03-05 21:51   ` Bastien

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