From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: Re: Updating Worg re standard source block syntax Date: Wed, 30 Nov 2011 16:06:05 -0600 Message-ID: <87y5uxb702.fsf@riotblast.dunsmor.com> References: <14015.1322002898@alphaville.americas.hpqcorp.net> <80k46ri112.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVsI4-0002pU-Sg for emacs-orgmode@gnu.org; Wed, 30 Nov 2011 17:06:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RVsI3-0004cD-IQ for emacs-orgmode@gnu.org; Wed, 30 Nov 2011 17:06:08 -0500 Received: from deathroller.dunsmor.com ([98.129.169.48]:33278) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RVsI3-0004bu-Ei for emacs-orgmode@gnu.org; Wed, 30 Nov 2011 17:06:07 -0500 In-Reply-To: <80k46ri112.fsf@somewhere.org> (Sebastien Vauban's message of "Wed, 23 Nov 2011 11:30:33 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Cc: emacs-orgmode@gnu.org On Wed, Nov 23 2011, Sebastien Vauban wrote: > Hi Nick, > > Nick Dokos wrote: >> Martyn Jago wrote: >> >>> There are literally hundreds of uses of #+srcname and #+source within >>> Worg - should I be updating these to #+name ? In other words, does Worg >>> reflect the last official release (the Emacs release), or the bleeding >>> edge (I tend to assume the latter because of the Org community spirit of >>> Worg), but I fail to find any specific notice regarding this. >>> >>> Advice would be appreciated since I've found myself appreciating, and >>> adding to Worg more and more - and it seems to me it is a real quality of >>> Org that Worg can exist in the first place. >>> >> >> Is there any way to find out what the org version is at the worg site? >> This is something that I've wondered about in the past, but I keep >> forgetting to ask the question. E.g. it would be good to know the >> version, so when I make a change to worg content and test the change by >> publishing the site locally, I can use the exact version that is going >> to be used on the real site. Right now, I test with whatever version is >> running on my machine, which can lead to false conclusions (both positive >> and negative). > > IIUC, the answer is no. But the best place for such information should be in > the output log of the publish process, that is at > http://orgmode.org/worg/publishing.txt > > Adding > > (message "Org-mode %s on Emacs %s." org-version emacs-version) I added this to the new worg publishing process. Here's an example of what the first few lines of output will look like: --8<---------------cut here---------------start------------->8--- worg publish process 5432 started at 11/30/11@10:01:48 Loading /home/emacs/.emacs.el (source)... Loading /home/emacs/.emacs-custom.el (source)... Org-mode 7.7 on Emacs 23.2.1. Loading /home/emacs/.org-timestamps/worg-org-faq.cache... Loading vc-git... Skipping unmodified file /home/emacs/git/worg/org-faq.org [...] --8<---------------cut here---------------end--------------->8--- I'll send an email to the list soon about the new worg setup. Regards, Jason