From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Berry, Charles" Subject: org-download-screenshot on MacOS Catalina Date: Wed, 9 Oct 2019 15:55:04 +0000 Message-ID: <2CC9F852-D2DC-45CF-B74A-0234351C5327@ucsd.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44983) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIEJR-0003gL-QK for emacs-orgmode@gnu.org; Wed, 09 Oct 2019 11:55:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIEJQ-0005jt-6B for emacs-orgmode@gnu.org; Wed, 09 Oct 2019 11:55:41 -0400 Received: from mx0a-00395d01.pphosted.com ([148.163.133.170]:18642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iIEJP-0005j6-Gz for emacs-orgmode@gnu.org; Wed, 09 Oct 2019 11:55:40 -0400 Received: from pps.filterd (m0173168.ppops.net [127.0.0.1]) by mx0a-00395d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x99FjGIG032007 for ; Wed, 9 Oct 2019 08:55:35 -0700 Received: from secdlpezp03.ucsd.edu ([40.112.251.180]) by mx0a-00395d01.pphosted.com with ESMTP id 2vh300rr1t-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 09 Oct 2019 08:55:35 -0700 Content-Language: en-US Content-ID: <122D1B53FED7144F9A29368E8B3659BF@AD.UCSD.EDU> 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: Org Mode I just upgraded to MacOS 10.15 and am experiencing some pain. The faithful org-download-screenshot from https://github.com/abo-abo/org-do= wnload stopped working. Instead of capturing a window or selection, it just copied the background. This - forbidding screen capture - is considered a security feature. After some trial-and-error I managed to get org-download-screenshot working= again by editing System Preferences: - Allowing Ruby access to Screen Record - Allowing Emacs to run software locally that does not meet the system's se= curity policy (this is under Developer Tools). FWIW, I set `org-download-screenshot-method' to "/usr/sbin/screencapture -= s %s" If someone can advise me on a better way to enable org-download-screenshot = on Catalina, I would appreciate your advice. Best, Chuck=