From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.orgmode Subject: Re: org 9.2.6 and org 9.1.9 Date: Wed, 27 Nov 2019 08:23:14 -0500 Message-ID: References: <7D2A3D8D-CB71-4B0D-8839-9633BD9F9C4B@traduction-libre.org> <874kyqcuup.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="12310"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Nick Dokos , Tim Cross , Org-mode , Emacs developers To: "Cook\, Malcolm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 27 14:53:38 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iZxlC-00033v-0Q for ged-emacs-devel@m.gmane.org; Wed, 27 Nov 2019 14:53:38 +0100 Original-Received: from localhost ([::1]:38684 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZxlA-0001OE-E6 for ged-emacs-devel@m.gmane.org; Wed, 27 Nov 2019 08:53:36 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34999) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZxHs-0008Ub-Cv for emacs-devel@gnu.org; Wed, 27 Nov 2019 08:23:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZxHq-00045r-H2 for emacs-devel@gnu.org; Wed, 27 Nov 2019 08:23:20 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:45746) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iZxHq-00044w-Cm; Wed, 27 Nov 2019 08:23:18 -0500 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id A3D281007B5; Wed, 27 Nov 2019 08:23:17 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 250621004B3; Wed, 27 Nov 2019 08:23:16 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1574860996; bh=NK3LkGbUBs/2qPs99+CYY+DVxuKlXzeTfM91a2PfNmM=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=dE7GMdVFCxQqxCwx2SBPSn8Z2lWyyZzKqZRKNljdhzh3n++2pzevWctV2U+HOK+Fe pkHn3NBkRUaar4a8WWAQ9hs0Rcmt4UDOq2ntipDmYKfsLzpNeZpu+axsahlBp+Te3k IIzws51rJsfd9hc6E6lcoBjGXSZCeaqQLkxRq5CWI7/1G84Vl8kbHPyxwTntSso+nj 8F5dRueKBmmQIDAjD+RFaY1q50yguta1MuMQ612+4GeDsd7c2sYD7diqVn1BJeNPxd 5bZV+35GhYo0Y0I2luTmMnXGe4CQ4InX1GgNH545EQdRUgxIfmqr8uesJgAZ4WSizi BeC44T3VfnzyQ== Original-Received: from pastel (unknown [45.72.167.118]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id D40B71210E0; Wed, 27 Nov 2019 08:23:15 -0500 (EST) In-Reply-To: (Malcolm Cook's message of "Wed, 27 Nov 2019 02:59:45 +0000") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:242789 gmane.emacs.orgmode:126154 Archived-At: > Here's what I do, at the shell: > > > > emacs -Q -batch -eval "(progn (require 'package) (add-to-list > 'package-archives '(\"org\" . \"http://orgmode.org/elpa/\";)) > (package-initialize) (package-refresh-contents) (package-install > 'org-plus-contrib))" I can't blame you for using such workarounds, but it would *really* help if you could report the actual problems encountered (and then use the workaround until we fix the source of the problem). Stefan From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Monnier Subject: Re: org 9.2.6 and org 9.1.9 Date: Wed, 27 Nov 2019 08:23:14 -0500 Message-ID: References: <7D2A3D8D-CB71-4B0D-8839-9633BD9F9C4B@traduction-libre.org> <874kyqcuup.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: (Malcolm Cook's message of "Wed, 27 Nov 2019 02:59:45 +0000") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sender: "Emacs-devel" To: "Cook, Malcolm" Cc: Nick Dokos , Tim Cross , Org-mode , Emacs developers List-Id: emacs-orgmode.gnu.org > Here's what I do, at the shell: > > > > emacs -Q -batch -eval "(progn (require 'package) (add-to-list > 'package-archives '(\"org\" . \"http://orgmode.org/elpa/\";)) > (package-initialize) (package-refresh-contents) (package-install > 'org-plus-contrib))" I can't blame you for using such workarounds, but it would *really* help if you could report the actual problems encountered (and then use the workaround until we fix the source of the problem). Stefan