From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: Bug with (comment-line) Date: Wed, 26 Oct 2016 12:45:16 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114398b8e10130053fc3ff70 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzNaD-0007tu-LW for emacs-orgmode@gnu.org; Wed, 26 Oct 2016 08:45:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzNaC-0004zq-GM for emacs-orgmode@gnu.org; Wed, 26 Oct 2016 08:45:29 -0400 Received: from mail-vk0-x22b.google.com ([2607:f8b0:400c:c05::22b]:34761) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bzNaC-0004zO-As for emacs-orgmode@gnu.org; Wed, 26 Oct 2016 08:45:28 -0400 Received: by mail-vk0-x22b.google.com with SMTP id p81so3822745vkd.1 for ; Wed, 26 Oct 2016 05:45:28 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Dushyant Juneja , emacs-org list --001a114398b8e10130053fc3ff70 Content-Type: text/plain; charset=UTF-8 On Wed, Oct 26, 2016 at 7:21 AM Dushyant Juneja wrote: > My Org-mode version is 8.3.6 (8.3.6-7-g4d7d52-elpaplus @ > /.../.emacs.d/elpa/org-plus-contrib-20161024/) > > Looking at the commit date, it is 2016-10-15 10:31:25 (GMT) > We cannot rely on the commit and build dates for this: The packaged org-mode is built using the maint branch: http://orgmode.org/cgit.cgi/org-mode.git/log/?h=maint This is the master/dev branch: http://orgmode.org/cgit.cgi/org-mode.git/log/ So even though your org-mode version build date is 20161024, it only contains the commits from the maint branch. > > Any way I can test it whether I have this commit or not? > Looks like this commit is only in the master branch. I do not know if this commit will be backported to the maint branch. Until then, here are few options to get the fix: 1. Clone and build org mode locally using the master branch. 2. Manually copy the fixed org-comment-or-uncomment-region from the master branch here[1], put it in your emacs config in a (with-eval-after-load 'org ..) form and fix it as and if needed to make it work with the maint branch version. [1]: http://orgmode.org/cgit.cgi/org-mode.git/tree/lisp/org.el?id=0204b0e16f834ca54ade988257725f31eaaedbce#n23555 -- Kaushal Modi --001a114398b8e10130053fc3ff70 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On Wed, Oc= t 26, 2016 at 7:21 AM Dushyant Juneja <juneja.dushyant@gmail.com> wrote:
My Org-mode version i= s 8.3.6 (8.3.6-7-g4d7d52-elpaplus @ /.../.emacs.d/elpa/org-plus-contrib-201= 61024/)

Looking at the commit date, it is=C2=A02016-10-15 10:31:25 (GMT)=C2=A0

We cannot rely on the commit and build dates f= or this:

The packaged org-mode is built using the = maint branch:=C2=A0http://orgmode.org/cgit.cgi/org-mode.git/log/?h=3Dmaint

This is the master/dev branch:=C2=A0http://orgmode.org/cgit.cgi/org-mo= de.git/log/

So even though your org-mode versi= on build date is 20161024, it only contains the commits from the maint bran= ch.
=C2=A0

Any way I can = test it whether I have this commit or not?

Looks like this commit is only in the master branch.

I do not know if this commit will be backported to the= maint branch.

Until then, here are few options to= get the fix:

1. Clone and build org mode locally = using the master branch.=C2=A0
2. Manually copy the fixed org-com= ment-or-uncomment-region from the master branch here[1], put it in your ema= cs config in a (with-eval-after-load 'org ..) form and fix it as and if= needed to make it work with the maint branch version.

=

--
<= /div>

Kaushal Modi

--001a114398b8e10130053fc3ff70--