From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel,gmane.emacs.orgmode Subject: Re: [DISCUSSION] Possible inclusion of org-capture.el into Emacs core (was: [ELPA] New package: jami-bot and org-jami-bot) Date: Sun, 31 Dec 2023 22:59:45 -0500 Message-ID: References: <875y0i7e43.fsf@hoowl.se> <87bka7c2e0.fsf@localhost> Reply-To: rms@gnu.org Content-Type: text/plain; charset=Utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13150"; mail-complaints-to="usenet@ciao.gmane.io" Cc: hanno@hoowl.se, emacs-devel@gnu.org, emacs-orgmode@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 01 05:00:58 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rK9U2-0003AL-16 for ged-emacs-devel@m.gmane-mx.org; Mon, 01 Jan 2024 05:00:58 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rK9Sz-0008DG-9S; Sun, 31 Dec 2023 22:59:53 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rK9Sx-0008Cx-0o; Sun, 31 Dec 2023 22:59:52 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rK9Su-0000I5-8n; Sun, 31 Dec 2023 22:59:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=MkYViuGuIv31ovg2/5VXstKqtBew/GSMY1kfyDuzmeM=; b=HwY/aKiMICj3 cJagvEf9D2TOVEbG87RhsFDCdkysyxj37LOJgyj8X9UqJzHgJiSwfAA/S77mkhAWwLbOGCTUDOdjh cG19BppFvv50ftSfAKV0mHY/qmZw6dECawWimdcgd2vWzJ+XJ/DimJh9u+bLwD9+pbPmiPSswk2Jy a3oLZmF1YSu40GD7ZlbrNZDdGYpoPeOrUibgxDsOvjECE5JIkJk9Ks1cQdorTd6R+krup6YigYC+K pYcIYHkZhCNhqvHk+np2FznvFkvrbW2n2R0ga8wxEhRjrZfHDxJEIFssafltRtrPM3sCDKy7E4lgX iFpvFR99MkY6qTtSSMyFqw==; Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1rK9Sr-0004ER-JE; Sun, 31 Dec 2023 22:59:46 -0500 In-Reply-To: <87bka7c2e0.fsf@localhost> (message from Ihor Radchenko on Sat, 30 Dec 2023 12:15:35 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:314410 gmane.emacs.orgmode:158817 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] NOTE: Is it absolute;y necessary to cross post to emacs-devel and emacs-orgmode? > Similar to jami-bot providing a dbus interface for Jami to interact with > Emacs, Org mode has org-protocol.el providing command line and URL > handler interface that is nearly independent of Org mode itself in its > core function: Could you please explain in a few lines what sort of jobs org-protocol.el does? The doc you sent ;; 1.) Add this to your init file (.emacs probably): ;; ;; (require 'org-protocol) ;; ;; 3.) Ensure emacs-server is up and running. ... describes in a low-level way _how_ to use it, but in order to think about that, the first thing I need to know is _what jobs it can do_. > With org-protocol, one can also make Emacs receive data from browser and > perform any action defined by custom handler function - all fully > configurable and not necessarily related to Org mode. Could you state a few examples? Also, how is this related to Org mode? Why call it "org-protocol" rather tham some other name? > 17.16.3 The open-source protocol > ... The open-source handler is designed to help with editing local > sources when reading a document.. What document does that come from? -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org)