Bernd Weiss <bernd.we...@uni-koeln.de> 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 _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode