From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: aalinovi@riseup.net Newsgroups: gmane.emacs.help Subject: diary-mail-entries Date: Thu, 13 Oct 2022 12:53:50 -0400 Message-ID: <14243.1665680030@eddie.fios-router.home> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31926"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Oct 13 18:55:41 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1oj1Uj-000867-5R for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 13 Oct 2022 18:55:41 +0200 Original-Received: from localhost ([::1]:56842 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oj1Uh-00087s-P1 for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 13 Oct 2022 12:55:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48438) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oj1T8-00084Y-BN for help-gnu-emacs@gnu.org; Thu, 13 Oct 2022 12:54:04 -0400 Original-Received: from mx0.riseup.net ([198.252.153.6]:57100) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oj1T6-0001En-3U for help-gnu-emacs@gnu.org; Thu, 13 Oct 2022 12:54:01 -0400 Original-Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx0.riseup.net (Postfix) with ESMTPS id 4MpFwJ708Sz9s7v for ; Thu, 13 Oct 2022 16:53:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1665680032; bh=R/IQXaYGlYsr3vrLKkekSxFY03XxQ8vCeDHkz9orZR0=; h=From:To:Subject:Date:From; b=gpJoLXIo3znFOq2GP/dRcU1rauUs6MuvaghmJCRJw2ejLFsQ/rAmrYBrC8xfUkh6M hsdLlOex2ZJqXrDjsz6Gw0j+bsqd42lihSYZM9z8vumV3opqA/cvlr7x1duuzYAEFX wgU9gA/gSsCh2LhNkWGRcQHeKnahr2QYVDWJkXKM= X-Riseup-User-ID: 5436A1699B9F3AE429E2F5F825693BD79006C885115DE5C04A06E38EFC32559E Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4MpFwJ49vYz5vMx for ; Thu, 13 Oct 2022 16:53:52 +0000 (UTC) Original-Received: from eddie.fios-router.home (localhost [127.0.0.1]) by eddie.fios-router.home (OpenSMTPD) with ESMTP id cb42fc0f for ; Thu, 13 Oct 2022 12:53:50 -0400 (EDT) Content-ID: <98487.1665680030.1@eddie.fios-router.home> Received-SPF: pass client-ip=198.252.153.6; envelope-from=aalinovi@riseup.net; helo=mx0.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:139909 Archived-At: I am running emacs-28.2 on OpenBSD-current. I will state at the outset that I do no know lisp but have acquired a copy of Robert Chassell's "Emacs Lisp: An Introduction" and have started going thru it. After several hours of experimenting I have finally got M-x diary-mail-entries to work. What I now need is to enable that in a cron job to run each night. Not knowing lisp I have no idea where or how to begin. Any assistance would be appreciated. Thank you. Arthur