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: ELPA: new package nano-agenda Date: Tue, 12 Oct 2021 19:01:26 +0200 Message-ID: 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="20121"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.6.6; emacs 27.2 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 12 19:56:13 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 1maM0a-00053E-Li for ged-emacs-devel@m.gmane-mx.org; Tue, 12 Oct 2021 19:56:12 +0200 Original-Received: from localhost ([::1]:47556 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1maM0Z-0003VT-Ag for ged-emacs-devel@m.gmane-mx.org; Tue, 12 Oct 2021 13:56:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56972) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maLlK-0004ru-Us for emacs-devel@gnu.org; Tue, 12 Oct 2021 13:40:28 -0400 Original-Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:54060) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maLlI-0003qr-M7 for emacs-devel@gnu.org; Tue, 12 Oct 2021 13:40:26 -0400 IronPort-HdrOrdr: =?us-ascii?q?A9a23=3A8qn/k6zKl6yjS6+78uElKrPwDr1zdoMgy1kn?= =?us-ascii?q?xilNoHtuA7WlfqGV7ZImPHDP5wr5NEtApTniAtjmfZq/z+8W3WB5B97LNzUO3l?= =?us-ascii?q?HJEGgI1/qA/9SPIUPD398Y8YslXqBiBLTLYGRSvILfzE2YH9MnqePszImYwcPz?= =?us-ascii?q?i1dVJDsHV0gZ1XYcNu/hKDwSeDV7?= X-IronPort-AV: E=Sophos;i="5.84,326,1620684000"; d="scan'208";a="533546029" Original-Received: from 91-160-114-139.subs.proxad.net (HELO M-E7-NPR) ([91.160.114.139]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Oct 2021 19:40:19 +0200 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:276818 Archived-At: Dear all, 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". The sources are hosted at https://github.com/rougier/nano-agenda and the README displays what it looks like. I find it quite convenient for my own use but maybe it's too specific for ELPA. Best, Nicolas.