From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Missing commit in maint Date: Sun, 23 Nov 2014 13:54:36 -0500 Message-ID: <87h9xp3fyr.fsf@norang.ca> References: <87zjbk2sm7.fsf@norang.ca> <87lhn45gki.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XscJ9-0007lc-PJ for emacs-orgmode@gnu.org; Sun, 23 Nov 2014 13:54:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XscJ4-00072d-AN for emacs-orgmode@gnu.org; Sun, 23 Nov 2014 13:54:51 -0500 In-Reply-To: <87lhn45gki.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Fri, 21 Nov 2014 23:34:05 +0100") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: Bastien , emacs-orgmode@gnu.org Nicolas Goaziou writes: > Bernt Hansen writes: > >> The following commit >> >> 6202ec7 (Remove need to declare drawers before using them, 2013-10-20) >> >> has been in the master branch for over a year but I can't find it in any >> maintenance releases since then. Is this intentional? > > It is. This is a breaking change, so it is installed in master instead > of maint. > >> I am using the function >> >> (defun org-remove-empty-drawer-at (pos) >> >> in my .emacs setup and this changed signature in the above commit in the >> master branch only a year ago. >> >> Is this commit supposed to be applied to maint? > > Yes, when Org 8.3 is released. Thanks for the explanation :) I will update my document to add an explanation for this until Org 8.3 is released. Best regards, Bernt