From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike McLean Subject: Re: Re: Release 7.4 Date: Fri, 10 Dec 2010 14:27:43 -0500 Message-ID: <4D027F2F.1000800@pobox.com> References: <4585B03F-5EF6-4A2F-9457-715C8F6F12B3@gmail.com> <80vd316712.fsf@missioncriticalit.com> <1AEEC778-7CA9-495C-B9C7-4E95BA7563B6@gmail.com> Reply-To: mike.mclean@pobox.com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0718773695==" Return-path: Received: from [140.186.70.92] (port=56314 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PR8dK-0003sD-Ez for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 14:28:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PR8dH-0004hw-Vs for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 14:27:58 -0500 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:45921 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PR8dH-0004hT-OZ for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 14:27:55 -0500 In-Reply-To: <1AEEC778-7CA9-495C-B9C7-4E95BA7563B6@gmail.com> 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: Carsten Dominik Cc: =?ISO-8859-1?Q?S=E9bastien_Vauban?= , emacs-orgmode@gnu.org This is a multi-part message in MIME format. --===============0718773695== Content-Type: multipart/alternative; boundary="------------050008070705060400060905" This is a multi-part message in MIME format. --------------050008070705060400060905 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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=3Doneline 32f8161a7ce4ae6b60e24ba1ff2f9f2b0626e838 Update website to show 7.4 as current release 68b11caa9dff723e123cc207eed69fd40e4ae1c7 Merge branch 'maint' 597e2863377fb8763cf6951e3b4e777b4616300d Release 7.4 5e7fe70e815d78ede42c5b9f5aa430f1edf4e638 Changes for release 7.4 1330048ba0b0fd7ca7bc4ab633ead2d93bca59f6 Keep byte compiler happy $ ack org-version lisp/org.el lisp/org.el:191:(defconst org-version "7.3" lisp/org.el:194:(defun org-version (&optional here) lisp/org.el:199: (version org-version) lisp/org.el:17713: ["Show Version" org-version t] lisp/org.el:17750: (org-version) lisp/org.el:17866: (org-version)) lisp/org.el:19342:(defadvice outline-end-of-subtree (around prefer-org-version activate compile) If I go back a few commits to 597e286 Release 7.4, the release number is correct. On 12/10/10 12:52 PM, Carsten Dominik wrote: > Hi, > > I am unable to reproduce this. > > - Carsten > > On Dec 10, 2010, at 3:24 PM, S=E9bastien 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 >> >> #+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? >> >> Best regards, >> Seb >> >> --=20 >> S=E9bastien Vauban >> >> >> _______________________________________________ >> 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 > > - Carsten > > > > > _______________________________________________ > 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 --=20 Security is mostly a superstition. It does not exist in nature, nor do the children of men as a whole experience it. Avoiding danger is no safer in the long run than outright exposure. Life is either a daring adventure, or nothing. -- Hellen Keller *Mike McLean* | Home: +1-904-419-7240 | Mobile/Work: +1-201-954-6256 | Fax: +1-888-359-2470 Twitter Linked In Facebook Skype Emailmike.mclean@pobox.com --------------050008070705060400060905 Content-Type: multipart/related; boundary="------------070905090008010204000801" --------------070905090008010204000801 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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
68b11caa9dff723e123cc207eed69fd40e4ae1c7 Merge branch 'maint'
597e2863377fb8763cf6951e3b4e777b4616300d Release 7.4
5e7fe70e815d78ede42c5b9f5aa430f1edf4e638 Changes for release 7.4
1330048ba0b0fd7ca7bc4ab633ead2d93bca59f6 Keep byte compiler happy

$ ack org-version lisp/org.el
lisp/org.el:191:(defconst org-version "7.3"
lisp/org.el:194:(defun org-version (&optional here)
lisp/org.el:199:     (version org-version)
lisp/org.el:17713:     ["Show Version" org-version t]
lisp/org.el:17750:     (org-version)
lisp/org.el:17866:  (org-version))
lisp/org.el:19342:(defadvice outline-end-of-subtree (around prefer-org-version activate compile)

If I go back a few commits to 597e286 Release 7.4, the release number is correct.


On 12/10/10 12:52 PM, 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 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)

What could explain this diff in numbers: a mismatch in my configuration, or
something forgotten in one of Org's code files?

Best regards,
 Seb

-- 
Sébastien Vauban


_______________________________________________
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

- Carsten




_______________________________________________
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

--
Security is mostly a superstition. It does not exist in nature, nor do the children of men as a whole experience it. Avoiding danger is no safer in the long run than outright exposure. Life is either a daring adventure, or nothing. – Hellen Keller
Mike McLean | Home: +1-904-419-7240 | Mobile/Work: +1-201-954-6256 | Fax: +1-888-359-2470
Twitter  Linked In  Facebook  Skype  Emailmike.mclean@pobox.com
--------------070905090008010204000801 Content-Type: image/png; name="twitter_16.png" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="twitter_16.png" iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlw SFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQA2LzI0LzA59sFr4wAAABx0 RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAG5SURBVDiNlZNLaxRBEMf/ 0106O240iQm+NiEJepAlgRiDT/TgHvQD+IW8xQ/jyZNgCCSH9SDEQEIuYnzGFTLrPmCHmZ6u 8rAy0x02YgqKbqqrfv2vajp41YovWZZ1gSziFBYg2NUqaFBq7caV8Gy9FoUI/rNYAPxI0sVW mm1QylLXWmE/SU4jAJOakLLUKbeCo9wUB+tv3mOreYBH9xfQeLp6IuAoN8itQBkGWEpv7sSo TNXQ3Im9+Cg3DJBhhoUUZIrOF6sbH2WGGWRYwE4eVSrF/uXaa6/g7uoMHjduOQABZVZgpSTo sARUazc8wIePXTx8UuZmVv4qcJJcBcft2Z0ZL3ekAhfw4vmcB/jW62MgxxRkzD7AaWHz0yGm L0+WBE2AC2AGGesPsToWIc2HgbfvvoPNr+Ls5nwFy7fnyxaGCsR7rqXZCNs/h52OzfpD/Nxv YwmuAgGllvF7kGM8IgDA9ekE6swF7McBstyrx4OFq2AZAAC6SY7UMoi0ir92sqlrAkxEGm2l MTfew71aFTpQHuBLt4e+EDqJxWE3A2kV07lQrXQSu73XSi769/37c1VD1Z6I9MofNyroYTib O14AAAAASUVORK5CYII= --------------070905090008010204000801 Content-Type: image/png; name="linkedin_16.png" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="linkedin_16.png" iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlw SFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQA2LzI0LzA59sFr4wAAABx0 RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAHJSURBVDiNlZE/aBRREMZ/ u3nnZe9yilEwjaKFCEIIESOsYGMVUMHKRqxs7Kxsgp22acXCYGMTxEI4i3QBwUPxD2KhGOHg xCJg9HJusvtm3t2zSLzsGv9cvubNzPfN8M284NLcwijlkboPTcwOEPRcA5ucNxKU64dqlfjI vhGCYLBm76G5ksQt0boR9TFAo/V1JwYYqw4j6mMjorTaCQDLbxsAHJj4/zatdoKIYsQKoiUA ns3eAODc3OJALsQKRlJFKq5IiMOlawCYqIrvOnTtByaqEJbKW7pUMWIdol0Axq/dBmD0+BRj 2cZNmt9XKK23OXn0IB8+N+lU9rOrtnfTgcOotYgOA/Du7k0A4tk68zNXAbjz5ClXzk5RizY0 1+895sWqAqDWEopVRLt9F0Ahvnh6st8McPnMRF8vVgk1E0Qdoi43YCt+8Pwj47ce8fDlJwBO HTvc12smhCr6zwGLS8uIOu43lgq8qENFMSrCkGz/hV94/+Vb4c3zKoJxYlEtDsjnv3P5mhOL Uaf4TkKYO9Tf1snXemmGc0pQvTDzKhgqnwj37CaIom3iP8GnKb3VDr5rXxvns2kyWfDryeRA 3ZsIQv8G05v+CelaEnZPj2+7AAAAAElFTkSuQmCC --------------070905090008010204000801 Content-Type: image/png; name="facebook_16.png" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="facebook_16.png" iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlw SFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQA2LzI0LzA59sFr4wAAABx0 RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAFPSURBVDiNlZK9SgNBFIXP rBPUGIjEBH8KGwVry+39KbSxU5/AJkUsxEfQN7AUC0EQbNIIWtvFV7AxibgGk7hhf+69YxET skF2N7eaA/c7nDMz6qhyUwBmqsZYNiYYpeQF8PY1ka4uFLJ2qZiDUioVbIzBp/Njf7WoqsNQ 2UpP4a3RmSQAcrMZhKGyNQmj7fqJAIUePPe7D88voe36IGFoJgazJMKXlW2srRYBAIdnDwAA JoYmFrCYWIOLERjAcJ9YoIkJJPEJ1v/gg9P7aDKm+Apu+yOiO60GAGAuv5iuwvN1+V+9V74b q5BwieMz2O9XiEmwdXILAHi6Oo7owTALNBMlPuMoENFE0CSMleV8KoPxPee9Di0s6La6mM5O JxoEXjA8+z0fwgJLTFBr1h34veTvPAo36w7EBDW1sXNeEso8GmNtpnYAoJS8Wjrc/QXn6cac 0rbZ/wAAAABJRU5ErkJggg== --------------070905090008010204000801 Content-Type: image/png; name="skype_16.png" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="skype_16.png" iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlw SFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQA2LzI0LzA59sFr4wAAABx0 RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAImSURBVDiNlZJNS1RRGMd/ 93rmjuO8NjY2KRYqlCCVoIg7Y6Boo4SbNq2CPkDQIugFCaJNX6GdH6BV6CYoojeDNMxekMKF 4sw0MDP3Xqd7zp1zWzjccdqkDzyLc87/+b88HOPm8/VemTqxpGPJSY5QZsP+aNWLV4Tdk1se 601NjGdMjEMOB8BqNTX5xdfLohFJTETMgKWSfxQDDHYbNCKJCeEpzabbqd0o1flTcQh0sG83 0kVPPo2VioWYTTfAUxrhqQCvGYQPXrHG/GCU2cIQPRETgLLr83SlzFrZJ5JNtLEqwPR8jaeD sK+PxLh2PhsOA+TigjsXT3Ipb3VgPV9jSqXxmu2eHc2Eqvfe/ObxZ5tfbhOAsYF4B1Yqjdgn aEc4qDqVFXzYqnN3o0RhrJfXroHXbO9LKo1QSiMPEKxVfS5kBABzoxnmWo5ebNZ5+7OKzKRD rFIaY2SxGOT7rfAyUa5x+XScqeE048cECdFWLDk+8ytOeN7dkQgl2xEMHbAwfZy4ZbLwcodi tJvxnMWDc0n64oK+hOiIq6TuJEgKg+lTcQCeFPIsrlbYq7pAEgDnn30pqRG+r5GtD1ORAc+2 Pa4ORBnKRrlf6O9Y7KOveyEWwPdbDpyaTyTRBcCtTzZbbpMbwzGSrfzbDc3tVZt3FdVWd5oo qTFSD99/M5L5s1bOQrRI/le+00SWJYG9+13o2vqMVvqVtPvOHGq6VYYq/TD3Nmb+AvtXIrG4 DTNHAAAAAElFTkSuQmCC --------------070905090008010204000801 Content-Type: image/png; name="email_16.png" Content-Transfer-Encoding: base64 Content-ID: Content-Disposition: inline; filename="email_16.png" iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlw SFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQA2LzI0LzA59sFr4wAAABx0 RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAG5SURBVDiNlZFPq9pQFMR/ 9w9RA4lEIRGiFBVcdFn67d9naMGFghsx6gNNIsaA2ihJungkfbZ9pQ7M4sKZOXPmit1u93m/ 339P07TBE7BtO/M874uYTqc/XNdt9Hq9Z/TsdjvCMMxkFEUNy7LI8/wpWpZFHMcNKaUkjmOK oniKh8MBIQRSKYXWmtVq9d/iIAjQWqOUQgO0222yLCOOYxzH+eftx+MRrTW2bQMgy7JECEGn 0yFJEqIo+nBzFEWcTiccx0EIQVmWSICiKFBK4bouURSRJMkf4srcdV2klBRF8StBRcMwGAwG bDYbzudz3fj5fGaz2TAYDDAMg/eaOkFRFLWJ7/vMZjMulwuXy4X5fI7v+xiG8ZAKQJdlWT8q mKbJeDwmDEMARqMRpmnWWyuUZfn2C5VBnudst1v6/T6WZWFZVj18vV5J0xTP8x6WySrB/X5n vV4zHA7rkt7TNE0cxyEIgoeTNUAYhqRpymQyqZP8Dc1mk16vx2KxwHXdtwRKqdcgCOh2uwgh yLLsoeWKeZ5zv99ptVp4nsdyuURr/SpeXl4+tVqtb7fbrft7mR9BSomUMs6y7OtP+KuVU2kA InsAAAAASUVORK5CYII= --------------070905090008010204000801-- --------------050008070705060400060905-- --===============0718773695== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0718773695==--