From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Re: can't make org-publish do anything Date: Sat, 05 Jul 2008 16:44:44 +0200 Message-ID: References: <20080704193413.GA27726@stats.ox.ac.uk> <486E9E80.9020004@gmx.de> <20080704225052.GA1245@stats.ox.ac.uk> <0E56C563-182B-4A68-B408-D292E50B706B@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KFAJf-0002sn-O0 for emacs-orgmode@gnu.org; Sat, 05 Jul 2008 12:08:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KFAJf-0002sD-57 for emacs-orgmode@gnu.org; Sat, 05 Jul 2008 12:08:51 -0400 Received: from [199.232.76.173] (port=37879 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KFAJf-0002s6-11 for emacs-orgmode@gnu.org; Sat, 05 Jul 2008 12:08:51 -0400 Received: from mx20.gnu.org ([199.232.41.8]:21554) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KFAJe-0005L6-2d for emacs-orgmode@gnu.org; Sat, 05 Jul 2008 12:08:50 -0400 Received: from fg-out-1718.google.com ([72.14.220.157]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KF90L-0004Fe-Bu for emacs-orgmode@gnu.org; Sat, 05 Jul 2008 10:44:49 -0400 Received: by fg-out-1718.google.com with SMTP id l26so564908fgb.30 for ; Sat, 05 Jul 2008 07:44:47 -0700 (PDT) In-Reply-To: <0E56C563-182B-4A68-B408-D292E50B706B@gmail.com> (Carsten Dominik's message of "Fri, 4 Jul 2008 22:55:26 -0700") 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: Carsten Dominik Cc: emacs org-mode mailing list Carsten Dominik writes: > I just pushed this change, thanks! > > - Carsten Aha, this is what caused my problem before I followed your suggestions and (setq org-publish-use-timestamps-flag nil) Just got the git-head and it works fine now. Just one little usability tweak would be nice - when it does not publish anything because of timestamps then log a message in the status bar to that affect. > > On Jul 4, 2008, at 3:50 PM, Dan Davison wrote: > >> On Sat, Jul 05, 2008 at 12:04:48AM +0200, Sebastian Rose wrote: >>> Hi Dan, >>> >>> org-publish-to-html is the default as I look in the code ... >>> >>> Sorry. >>> >>> When I put the value of your org-publish-projects-alist into my >>> own one and evaluate it, it works here. So maybe Manish was on >>> the right track, hopefully.