emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: [Babel] R, multiple lines #+results, LaTeX-export


From: Nick Dokos
Subject: Re: [Orgmode] Re: [Babel] R, multiple lines #+results, LaTeX-export
Date: Fri, 03 Dec 2010 10:05:49 -0500

Bernd Weiss <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]