From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-publish Date: Sun, 22 Jun 2008 17:07:14 +0200 Message-ID: References: <7s4p7nouop.fsf@richardriley.net> <25984.1214108824@gamaville.dokosmarshall.org> Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KARA4-0006ec-UG for emacs-orgmode@gnu.org; Sun, 22 Jun 2008 11:07:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KARA3-0006eQ-C9 for emacs-orgmode@gnu.org; Sun, 22 Jun 2008 11:07:23 -0400 Received: from [199.232.76.173] (port=41094 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KARA3-0006eN-5u for emacs-orgmode@gnu.org; Sun, 22 Jun 2008 11:07:23 -0400 Received: from wr-out-0506.google.com ([64.233.184.236]:36393) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KARA1-00046y-Qj for emacs-orgmode@gnu.org; Sun, 22 Jun 2008 11:07:22 -0400 Received: by wr-out-0506.google.com with SMTP id c30so1664190wra.14 for ; Sun, 22 Jun 2008 08:07:19 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Manish Cc: org-mode , Richard G Riley Have you tried (setq org-publish-use-timestamps-flag nil) ? Maybe you have not changed the input files for a while, and Org thinks they have already been published...... - Carsten On Jun 22, 2008, at 4:25 PM, Manish wrote: > 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:nick@foo.bar.com:~/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. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode