From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernd Weiss Subject: Re: Re: [Babel] R, multiple lines #+results, LaTeX-export Date: Fri, 03 Dec 2010 11:26:25 -0500 Message-ID: <4CF91A31.9000304@uni-koeln.de> References: <4CF83829.5020302@uni-koeln.de> <80lj47xn8f.fsf@missioncriticalit.com> <4CF8C299.5030106@uni-koeln.de> <16475.1291388749@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=41220 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POYSu-0006Wi-4w for emacs-orgmode@gnu.org; Fri, 03 Dec 2010 11:26:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1POYSs-0007Ba-PD for emacs-orgmode@gnu.org; Fri, 03 Dec 2010 11:26:32 -0500 Received: from smtp-out.rrz.uni-koeln.de ([134.95.19.53]:38003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1POYSs-0007AD-9h for emacs-orgmode@gnu.org; Fri, 03 Dec 2010 11:26:30 -0500 In-Reply-To: <16475.1291388749@gamaville.dokosmarshall.org> 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org Am 03.12.2010 10:05, schrieb Nick Dokos: > Bernd Weiss wrote: > >> Am 03.12.2010 03:41, schrieb S=C3=A9bastien Vauban: >> >> [...] >> >>>> I am using Org-mode version 7.3 (release_7.01h.1081.gcfd7.dirty) >>> >>> That sounds weird to me: version 7.3 and a 7.01 tag!? >> >> Hi S=C3=A9bastien, >> >> That's what I get when I run "Show Version": >> >> release_7.01h-1081-gcfd7 >> Org-mode version 7.3 (release_7.01h.1081.gcfd7.dirty) >> >> > > You are probably missing the 7.3 tag, so it has to go back all the > way to 7.01h to find a starting point: you are 1081 commits past 7.01h. > Mine says > > Org-mode version 7.3 (release_7.3.148.gc3b7e.dirty) > > so I'm 148 commits past 7.3, so I'd expect roughly 930 commits between > 7.01h and 7.3 (roughly, because we probably don't have the same HEAD). I > get > > $ git log --oneline release_7.01h..release_7.3 | wc -l > 917 > > so it checks out. > > Do ``git tag'' to make sure the relase_7.3 tag is missing. Then do ``git > fetch --tags'' and check with ``git tag'' again. If the tag shows up, > org-version should then show you 7.3 as the starting point. > > Nick Hi Nick, Thanks! "git fetch --tags" was what I was missing. I simply (naively?) assumed that "git pull origin master" would be sufficient. Bernd