From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: [Babel] R, multiple lines #+results, LaTeX-export Date: Fri, 03 Dec 2010 10:05:49 -0500 Message-ID: <16475.1291388749@gamaville.dokosmarshall.org> References: <4CF83829.5020302@uni-koeln.de> <80lj47xn8f.fsf@missioncriticalit.com> <4CF8C299.5030106@uni-koeln.de> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=33626 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POXD2-0001n6-Uu for emacs-orgmode@gnu.org; Fri, 03 Dec 2010 10:06:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1POXD1-0003uF-5B for emacs-orgmode@gnu.org; Fri, 03 Dec 2010 10:06:04 -0500 Received: from vms173019pub.verizon.net ([206.46.173.19]:54294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1POXD1-0003u5-25 for emacs-orgmode@gnu.org; Fri, 03 Dec 2010 10:06:03 -0500 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173019.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LCU00HFWXXP0YA0@vms173019.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 03 Dec 2010 09:05:50 -0600 (CST) In-reply-to: Message from Bernd Weiss of "Fri, 03 Dec 2010 05:12:41 EST." <4CF8C299.5030106@uni-koeln.de> 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: Bernd Weiss Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org 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