From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ihor Radchenko Newsgroups: gmane.emacs.devel Subject: Re: Improving Emacs' iCalendar support Date: Mon, 28 Oct 2024 19:09:43 +0000 Message-ID: <87wmhsjb7s.fsf@localhost> References: <87ed4dss2x.fsf@ohm.mail-host-address-is-not-set> <87cyjmvjo0.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28803"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Richard Lawrence , emacs-devel@gnu.org To: =?utf-8?Q?Bj=C3=B6rn?= Bidar Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 28 20:08:59 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 1t5V6o-0007KL-VE for ged-emacs-devel@m.gmane-mx.org; Mon, 28 Oct 2024 20:08:59 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t5V60-00032X-9b; Mon, 28 Oct 2024 15:08:08 -0400 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 1t5V5y-000326-1C for emacs-devel@gnu.org; Mon, 28 Oct 2024 15:08:06 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t5V5w-0008OG-Cc for emacs-devel@gnu.org; Mon, 28 Oct 2024 15:08:05 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 1AF23240101 for ; Mon, 28 Oct 2024 20:07:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1730142480; bh=6BDE+7l9r7wc9OFmOLs6KV0fzp0nsO0bGb8yUY2hoO4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=HLyXldTHlPawQHW3IL1hVN2qcgmE19MOjqXuzmV5GexwXXFtOrwEWHe229E7W/7qA TPX76ekNjg7Xt9f16uAl27QUfZXNlhhxjqgspfg9kAi5il616GHnhwFED348DvZh10 +fcAKuI3cCoDKelxWDD4YAgZUyQeT/Tlg1nY2ka7CciRQdXq+6yx3lKAflztYu3caN 5zH08MYs2pMWM+3yLr8w2Y6fxxGhxIVNxUXHjYZa8ykdMo18Q23i5EDvPDreQ2B6Rm r0G7mpcDeI2Gquxc3PD8s3CXkGI/g2Z869+TCtI/xy+ihnb444dvRmHYgi7+8UVoes MN8zS689+pGvA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4XcjZl2sTxz9rxF; Mon, 28 Oct 2024 20:07:59 +0100 (CET) In-Reply-To: <87r080tslf.fsf@> Received-SPF: pass client-ip=185.67.36.66; envelope-from=yantar92@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=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.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:324903 Archived-At: Bj=C3=B6rn Bidar writes: >> Sorry, but I do not understand how org-capture has anything to do with >> conversion. Capture is just for capturing user text to be saved into Org >> file, based on a provided template. It is basically an extended >> remember.el. > > Gnus uses org-capture instead of somekind ical->org conversion when > importing ical invites which limits the amount and quality of conversion = to org it can > do in my opinion. Then, it does not look like anything can be done on Org side. I have no idea about Gnus internals, but abusing org-capture for conversion seems like a strange design. Maybe better CC Gnus maintainers? --=20 Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at