[Orgmode] Re: Release 7.4

2010-12-11 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > On Dec 10, 2010, at 3:24 PM, Sébastien Vauban wrote: >> Carsten Dominik wrote: >>> here it is, release 7.4. [...] As always: Enjoy! >> >> I'll do. >> >> I did update my git working copy, and restarted Emacs. Though, when calling: >> >> #+begin_src emacs-lisp >

Re: [Orgmode] Re: Release 7.4

2010-12-11 Thread Carsten Dominik
Hi, On Dec 10, 2010, at 3:24 PM, Sébastien Vauban wrote: Hi Carsten, Carsten Dominik wrote: here it is, release 7.4. [...] As always: Enjoy! I'll do. I did update my git working copy, and restarted Emacs. Though, when calling: #+begin_src emacs-lisp (org-version) #+end_src I get #+

[Orgmode] Re: Release 7.4

2010-12-10 Thread Bernt Hansen
I think this is fixed with a new commit on the master branch. -Bernt "Charles C. Berry" writes: > On Fri, 10 Dec 2010, Carsten Dominik wrote: > >> Hi, >> >> I am unable to reproduce this. >> >> - Carsten >> >> On Dec 10, 2010, at 3:24 PM, Sébastien Vauban wrote: >> >>> Hi Carsten, >>> >>> Carst

Re: [Orgmode] Re: Release 7.4

2010-12-10 Thread Charles C. Berry
On Fri, 10 Dec 2010, Carsten Dominik wrote: Hi, I am unable to reproduce this. - Carsten On Dec 10, 2010, at 3:24 PM, Sébastien Vauban wrote: Hi Carsten, Carsten Dominik wrote: > here it is, release 7.4. [...] As always: Enjoy! I'll do. I did update my git working copy, and restarted Em

Re: [Orgmode] Re: Release 7.4

2010-12-10 Thread Mike McLean
I have the same issue, showing 7.3 as org-version. The strange thing is that my git history shows the 7.4 version patch. $ git log -5 --format=oneline 32f8161a7ce4ae6b60e24ba1ff2f9f2b0626e838 Update website to show 7.4 as current release 68b11caa9dff723e12

Re: [Orgmode] Re: Release 7.4

2010-12-10 Thread Carsten Dominik
Hi, I am unable to reproduce this. - Carsten On Dec 10, 2010, at 3:24 PM, Sébastien Vauban wrote: Hi Carsten, Carsten Dominik wrote: here it is, release 7.4. [...] As always: Enjoy! I'll do. I did update my git working copy, and restarted Emacs. Though, when calling: #+begin_src ema

Re: [Orgmode] Re: Release 7.4

2010-12-10 Thread Julien Danjou
On Fri, Dec 10 2010, Sébastien Vauban wrote: > #+results: > : Org-mode version 7.3 (release_7.4.2.g32f816.dirty) > > What could explain this diff in numbers: a mismatch in my configuration, or > something forgotten in one of Org's code files? I think Carsten forgot to change `org-version' in org.

[Orgmode] Re: Release 7.4

2010-12-10 Thread Gregor Zattler
Hi Sébastien, * Sébastien Vauban [10. Dec. 2010]: > Carsten Dominik wrote: >> here it is, release 7.4. [...] As always: Enjoy! > I did update my git working copy, and restarted Emacs. Though, > when calling: > > #+begin_src emacs-lisp > (org-version) > #+end_src > > I get > > #+results: > : Or

[Orgmode] Re: Release 7.4

2010-12-10 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > here it is, release 7.4. [...] As always: Enjoy! I'll do. I did update my git working copy, and restarted Emacs. Though, when calling: #+begin_src emacs-lisp (org-version) #+end_src I get #+results: : Org-mode version 7.3 (release_7.4.2.g32f816.dirty) Wh