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:34:16 -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="9336"; 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 04:34:51 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 1rK94l-0002B1-69 for ged-emacs-devel@m.gmane-mx.org; Mon, 01 Jan 2024 04:34:51 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rK94F-0003Hp-8V; Sun, 31 Dec 2023 22:34:19 -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 1rK94D-0003EY-5R; Sun, 31 Dec 2023 22:34:17 -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 1rK94C-0004k5-Sn; Sun, 31 Dec 2023 22:34:16 -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=zxpAvGc14u4+tlbSI0qGKMRnTeqa10eyPYFMnPgvqCg=; b=AVM2F1GmlRlS dt8IYjkIKgQSoGOiXOsFqEOmFRjMprYQvbI6BwOMbHiZXkHnPEBbwss0Jl5ncSWfPBkjrTacccYgk BYXfxZjKbv4m9NnUhD2yaPJm0MAdzJMZCqtz3smM8H3fX+uc4iFnwEZc9fvg3uMW/34Sc9pI06qE4 X/7a56TVSETFnthjv6HEoAofGhH63XazlznFsKZkKAoMmWWgk4U9N4S2rJfomRGNCd7Tv+xQ9uC0q ExetopjgP08m2NpAqWFLc/Xhp1teIMWXNBJA6GlTqevCbkFhevv4jkSldAtAnDWCI5jg3Uq+eWA9+ AwAqxqbHW2Jdcr2m9ttnCg==; Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1rK94C-0001Xz-Gl; Sun, 31 Dec 2023 22:34:16 -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:314407 gmane.emacs.orgmode:158816 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. ]]] > 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 it, the first thing I need to know is _what it can do_. -- 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)