emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] org-publish


From: Manish
Subject: Re: [Orgmode] org-publish
Date: Sun, 22 Jun 2008 19:55:15 +0530

  On Sun, Jun 22, 2008 at 9:57 AM, Nick Dokos wrote:

  [snip]

  > I have a minimal setup that works fine for me. Here is the relevant
  > section from my org initialization file, which gets loaded from .emacs:
  >
  > ;;; org-publish
  > (setq org-publish-project-alist
  >      '(("status"
  >         :base-directory "~/lib/status/weekly"
  >         :publishing-directory "/ssh:address@hidden:~/public_html/logs"
  >         :publishing-function org-publish-org-to-html
  >         :headline-levels 3
  >         :section-numbers nil
  >         :table-of-contents nil
  > ;         :style nil
  >         :auto-preamble t
  >         :auto-postamble nil
  >         )))
  >
  > (require 'org-publish)

  [example snipped]

I have similar settings but I still do not get any output.  Any
ideas what I can check or what other debug information can I
provide?

Any thoughts appreciated.

-- Manish




reply via email to

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