From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: BP25 Newsgroups: gmane.emacs.help Subject: Cyclic block event in the diary Date: Thu, 31 Oct 2024 21:46:57 +0000 Message-ID: <87jzdo7xny.fsf@riseup.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5942"; 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 Mon Nov 04 00:08:58 2024 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 1t7jiL-0001Om-CY for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 04 Nov 2024 00:08:57 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t7jhv-0004kR-CM; Sun, 03 Nov 2024 18:08:31 -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 1t7jhq-0004iX-Tm for help-gnu-emacs@gnu.org; Sun, 03 Nov 2024 18:08:28 -0500 Original-Received: from mx1.riseup.net ([198.252.153.129]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t7jhn-0003ME-CJ for help-gnu-emacs@gnu.org; Sun, 03 Nov 2024 18:08:25 -0500 Original-Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (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) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4XhVdJ5WdtzDqhj for ; Sun, 3 Nov 2024 23:08:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1730675300; bh=g20R3R1eh9V8Hnc2rNYmSmjCldJ1+xlX5N7ZXtasy9c=; h=From:To:Subject:Date:From; b=ggDgqzq0bZGSJNVUkwomhI6k2QSqTqz782ApDassnLKrVG2zHmJD90SYkYbzh4RCr BK/FgpzmYg+GhZ0ho1T9hx+9tfZe5lh7LLRhhGq+30GEM1uXWlHtU02N28kiYhp7aE eLsrYz/uC7yVHLgihx6ABEsl9DRQqeaa9+vyUIpc= X-Riseup-User-ID: B179A8CF45BED9980DAED57E7D35E5DDE6D8AE37E483D239F3BAE180C52BFC55 Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4XhVdJ18VmzFqhg for ; Sun, 3 Nov 2024 23:08:19 +0000 (UTC) Received-SPF: pass client-ip=198.252.153.129; envelope-from=bp25@riseup.net; helo=mx1.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, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, 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-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:148267 Archived-At: Hello! I want to make an entry on my diary which is a cyclic block event. Calendar mode provides commands to insert certain commonly used sexp entries. Do you guys agree that there's no way I can combine the commands for cyclic events and for block events? Then, how would the Lisp expression look like for my cyclic block event? Any help is very much appreciated.