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:[EMAIL PROTECTED]:~/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
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode