From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Avoid add-to-list on local variables Date: Wed, 04 Jan 2017 13:52:54 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1142ed18a7b5440545451a9c Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOm03-0007VC-W6 for emacs-orgmode@gnu.org; Wed, 04 Jan 2017 08:53:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOm03-000150-2d for emacs-orgmode@gnu.org; Wed, 04 Jan 2017 08:53:08 -0500 Received: from mail-vk0-x233.google.com ([2607:f8b0:400c:c05::233]:34600) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cOm02-00014q-Rq for emacs-orgmode@gnu.org; Wed, 04 Jan 2017 08:53:06 -0500 Received: by mail-vk0-x233.google.com with SMTP id x186so287165836vkd.1 for ; Wed, 04 Jan 2017 05:53:06 -0800 (PST) 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: emacs-org list , Nicolas Goaziou --001a1142ed18a7b5440545451a9c Content-Type: text/plain; charset=UTF-8 Hi all, I just noticed this commit on emacs master branch: http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=2ec41c415f39990561cc9da4c9bad0b69bfad489 The commit touches these parts of org: Avoid add-to-list on local variables * lisp/org/org-archive.el (org-all-archive-files): * lisp/org/org-agenda.el (org-agenda-get-restriction-and-command): Avoid add-to-list on local variables. * lisp/org/ox-publish.el (org-publish--run-functions): New function. (org-publish-projects): Use it to avoid run-hooks on a local variable. (org-publish-cache-file-needs-publishing): Avoid add-to-list on local variables. So I believe that these changes should be back-ported into the master branch of org too? -- Kaushal Modi --001a1142ed18a7b5440545451a9c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi all,

I just noticed this commit on e= macs master branch:


The commit touch= es these parts of org:

Avoid add-to-list on loc= al variables
* lisp/org/org-archive.el (org-all-archive-files): * lisp/org/org-agenda.el (org-agenda-get-restriction-and-command): Avoid add-to-list on local variables. * lisp/org/ox-publish.el (org-publish--run-functions): New function. (org-publish-projects): Use it to avoid run-hooks on a local variable. (org-publish-cache-file-needs-publishing): Avoid add-to-list on local variables.

So I b= elieve that these changes should be back-ported into the master branch of o= rg too?
--

Kaushal Modi

--001a1142ed18a7b5440545451a9c--