From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: syncing with Emacs (was: Fix org.el compilation warnings) Date: Fri, 26 May 2017 19:17:55 -0400 Message-ID: <87vaon5hss.fsf@kyleam.com> References: <87mva0v66x.fsf@kyleam.com> <87inkouy4f.fsf@kyleam.com> <87o9ufe48u.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dEOUc-0003oR-Vy for emacs-orgmode@gnu.org; Fri, 26 May 2017 19:18:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dEOUZ-0001LX-M2 for emacs-orgmode@gnu.org; Fri, 26 May 2017 19:18:02 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:58847 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dEOUZ-0001K3-Db for emacs-orgmode@gnu.org; Fri, 26 May 2017 19:17:59 -0400 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: Kaushal Modi , emacs-org list Kaushal Modi writes: > (About that, I'd like to help syncing the org on emacs master with org > 9.0.7 if I can.) Rasmus was working on it the last time it came up. I'm not sure what the status of that is. Each Org release, I've been updating the emacs-sync branch. This branch is a superset of the last release, with a few changes that I think are appropriate for syncing with Emacs. You can see these with git log --oneline --no-merges release_9.0.7..origin/emacs-sync As far as backports, maint should be up to date, though I haven't checked since last Sunday. And based on the output of git log --oneline release_9.0.7..origin/maint it seems that the last release includes all of the backports. -- Kyle