From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Bastien Guerry Newsgroups: gmane.emacs.devel Subject: Re: Commit 49c0ff2 "Don't bind org-agenda .." Date: Mon, 19 Jun 2017 22:41:32 +0200 Message-ID: <874lvbvhfn.fsf@bzg.fr> References: <87a855of9m.fsf@bzg.fr> <87fuevdc6c.fsf@kyleam.com> <83lgonwyfb.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1497904939 4587 195.159.176.226 (19 Jun 2017 20:42:19 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 19 Jun 2017 20:42:19 +0000 (UTC) User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/26.0 (gnu/linux) Cc: johnw@gnu.org, emacs-devel@gnu.org, mvoteiza@udel.edu, mail@nicolasgoaziou.fr, Eli Zaretskii , kyle@kyleam.com To: Kaushal Modi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 19 22:42:14 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dN3Uz-0000ml-D2 for ged-emacs-devel@m.gmane.org; Mon, 19 Jun 2017 22:42:13 +0200 Original-Received: from localhost ([::1]:44245 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dN3V4-0003PZ-2L for ged-emacs-devel@m.gmane.org; Mon, 19 Jun 2017 16:42:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dN3UT-0003PJ-OZ for emacs-devel@gnu.org; Mon, 19 Jun 2017 16:41:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dN3UT-0002V1-1P for emacs-devel@gnu.org; Mon, 19 Jun 2017 16:41:41 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dN3UM-0002Q8-OS; Mon, 19 Jun 2017 16:41:34 -0400 Original-Received: from [78.192.157.63] (port=45618 helo=bzg.fr) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1dN3UL-0007Ef-PE; Mon, 19 Jun 2017 16:41:34 -0400 Original-Received: by bzg.fr (Postfix, from userid 1000) id 13B153816BB; Mon, 19 Jun 2017 22:41:32 +0200 (CEST) In-Reply-To: (Kaushal Modi's message of "Mon, 19 Jun 2017 19:55:00 +0000") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:215800 Archived-At: Hi Kaushal, Kaushal Modi writes: > From what I understand, people who are still using org 8.2.10 from > emacs master (and not using the latest release from Org Elpa) might > need to make few backward incompatible changes to their org files ( > http://orgmode.org/Changes.html) and/or config. We have a helper function for the properties drawers syntax change. Are you aware of other helper functions that we could point at for the new syntax of export blocks and the new constraint on the Babel header properties? Maybe people have been sending recipes on the mailing list, it would be useful to gather that knowledge in the etc/ORG-NEWS file. -- Bastien