From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id uFHtHI+lYF+OUgAA0tVLHw (envelope-from ) for ; Tue, 15 Sep 2020 11:29:19 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id VaBDF4+lYF9PVwAA1q6Kng (envelope-from ) for ; Tue, 15 Sep 2020 11:29:19 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id DF608940390 for ; Tue, 15 Sep 2020 11:29:18 +0000 (UTC) Received: from localhost ([::1]:41696 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kI99B-0005Vh-Tn for larch@yhetil.org; Tue, 15 Sep 2020 07:29:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34058) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kI98k-0005VW-O0 for emacs-orgmode@gnu.org; Tue, 15 Sep 2020 07:28:50 -0400 Received: from v-zimmta03.u-bordeaux.fr ([147.210.215.83]:50900) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kI98i-0001TO-PI for emacs-orgmode@gnu.org; Tue, 15 Sep 2020 07:28:50 -0400 Received: from v-zimmta03.u-bordeaux.fr (localhost [127.0.0.1]) by v-zimmta03.u-bordeaux.fr (Postfix) with ESMTP id 2625E1802684; Tue, 15 Sep 2020 13:28:38 +0200 (CEST) Received: from fsantos-portable (unknown [176.187.196.156]) by v-zimmta03.u-bordeaux.fr (Postfix) with ESMTPSA id 7A2CD1802692; Tue, 15 Sep 2020 13:28:37 +0200 (CEST) References: <1353307994.1156413.1600060136105.JavaMail.zimbra@u-bordeaux.fr> <87imcgq1lt.fsf@yandex.com> <87wo0vlnx5.fsf@kyleam.com> <87k0wvcse3.fsf@gmail.com> User-agent: mu4e 1.4.13; emacs 27.1 From: =?utf-8?B?RnLDqWTDqXJpYw==?= Santos To: Thomas Stenhaug Subject: Re: Bug: =C-c C-e l o= does not open the pdf anymore [9.3.7 (9.3.7-55-gba2405-elpa @ /home/fsantos/.emacs.d/elpa/org-20200907/)] In-reply-to: <87k0wvcse3.fsf@gmail.com> Date: Tue, 15 Sep 2020 13:28:36 +0200 Message-ID: <87a6xre0t7.fsf@u-bordeaux.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-AV-Checked: ClamAV using ClamSMTP Received-SPF: pass client-ip=147.210.215.83; envelope-from=frederic.santos@u-bordeaux.fr; helo=v-zimmta03.u-bordeaux.fr X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/15 07:28:38 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -40 X-Spam_score: -4.1 X-Spam_bar: ---- X-Spam_report: (-4.1 / 5.0 requ) BAYES_00=-1.9, GAPPY_SUBJECT=0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Colin Baxter , emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: WE2z/o97lK5j Le 2020-09-15 =C3=A0 11:15:48 CEST, Thomas Stenhaug a =C3=A9crit : > I recently had the same problem, on Arch Linux with Emacs 27.1. If you > run xdg-open from an eshell, the problem should be the same. It should > also go away if you replace "xdg-open" with "setsid xdg-open". > > I ended up doing > > (push '("\\.pdf\\'" . "evince %s") org-file-apps) > > to solve it for my case. Hi Thomas (and others), Thanks for your answer! This does work... in some way. In the sense that it manages to open evince to read the PDF outside of Emacs; but this does not restore (of course) the "normal" behavior of =3DC-c C-e l o=3D to display the PDF in a dedicated Emacs buffer. I'm also on Arch/Manjaro, this might play a role... But it's not a big deal anyway (and I've actually written a simple workaround in Elisp to display and revert the associated PDF in its side window). Cheers, Fr=C3=A9d=C3=A9ric