From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Nicolas P. Rougier (inria)" Newsgroups: gmane.emacs.devel Subject: Re: ELPA: new package nano-agenda Date: Tue, 19 Oct 2021 12:19:03 +0200 Message-ID: References: <87fssxh5tf.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34127"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.6.6; emacs 27.2 Cc: emacs-devel@gnu.org To: Joost Kremers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 19 12:21:30 2021 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 1mcmFO-0008fJ-AM for ged-emacs-devel@m.gmane-mx.org; Tue, 19 Oct 2021 12:21:30 +0200 Original-Received: from localhost ([::1]:34310 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mcmFN-0004sv-1C for ged-emacs-devel@m.gmane-mx.org; Tue, 19 Oct 2021 06:21:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36832) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mcmE6-0003SE-Ly for emacs-devel@gnu.org; Tue, 19 Oct 2021 06:20:10 -0400 Original-Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:1645) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mcmE4-0004SQ-NP for emacs-devel@gnu.org; Tue, 19 Oct 2021 06:20:10 -0400 IronPort-HdrOrdr: =?us-ascii?q?A9a23=3A/ZMPrayD1r2OrwgL9DknKrPwFr1zdoMgy1kn?= =?us-ascii?q?xilNoNJuHfBw9vre+cjzuiWUtN98YhwdsPCGfLKNWHbNsYNyiLNwAV7AZniFhI?= =?us-ascii?q?LLFvAA0WKK+VSJJ8S9zIVgPMxbHZSWZuedMXFHl8rgpAG3H9E8qePszJyV?= X-IronPort-AV: E=Sophos;i="5.84,326,1620684000"; d="scan'208";a="534735393" Original-Received: from unknown (HELO P-E6-PFredo1.imn.u-bordeaux2.fr) ([147.210.29.86]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Oct 2021 12:19:28 +0200 In-reply-to: <87fssxh5tf.fsf@fastmail.fm> Received-SPF: pass client-ip=192.134.164.83; envelope-from=nicolas.rougier@inria.fr; helo=mail2-relais-roc.national.inria.fr X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, 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-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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:277344 Archived-At: Thanks, I've added it. Nicolas Joost Kremers writes: > On Tue, Oct 12 2021, Nicolas P. Rougier (inria) wrote: >> I would like to submit a new package to ELPA which is a minimal >> non-intrusive >> view of org-agenda files. It displays a calendar view of >> current month (or the >> month corresponding to the current selected date) alongside a >> view of the daily >> agenda (timestamped) entries. The agenda can be navigated using >> arrows keys and >> killed using "q" or "return". > > I would suggest adding an autoload cookie to the main entry > point `nano-agenda`. > That way, after installing the package, you don't have to > `require` it first, > you can just do `M-x nano-agenda`.