From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id Ik9/DASmcV+YWQAA0tVLHw (envelope-from ) for ; Mon, 28 Sep 2020 08:59:48 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id IAbcBwSmcV+yRQAA1q6Kng (envelope-from ) for ; Mon, 28 Sep 2020 08:59:48 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C450B9404D4 for ; Mon, 28 Sep 2020 08:59:47 +0000 (UTC) Received: from localhost ([::1]:37402 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kMp0c-0003UW-OR for larch@yhetil.org; Mon, 28 Sep 2020 04:59:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42646) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kMoxp-0001Dd-3e for emacs-orgmode@gnu.org; Mon, 28 Sep 2020 04:56:54 -0400 Received: from mail.indiscale.com ([46.232.250.132]:48684) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kMoxm-00009O-Ic for emacs-orgmode@gnu.org; Mon, 28 Sep 2020 04:56:52 -0400 From: Daniel Hornung DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=indiscale.com; s=key1; t=1601283399; bh=3oZ41TFI6YAGW5MnZEfpUhrOlt9GuLQlPopcmv6Ihfo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AgFJvQ3VET4RvHLLOlxmEasx/BrZ5nSglZCZ9yr7SpQdzjVnJpM3X0CrH4kCjcIeS VGuTT1GRDRjCjuRnnDqwkaFRpuHcsCkrlYAwUsq+7Oh8BZhcXvF+lSy7a/kxSVa2Jo MRLMoshxyM3ASLHK8eoOD13IcsH+Ae35dgTfMn6ORBDoona1CPvMIZRXpHXo/b/ko3 RFg+cGasu0+whn+PiAr91q947k85/n5QrBOTRN3iHaoZ6l4735zTLFbGKMCEcLYZOy QRC7TZa8TwIJxP736N9DnLRSXLGuGx9iF5ZLRMe+BdqoJ9RYL9BzFs2laNbx/oI2mn NGFxE9NOjAETg== To: emacs-orgmode@gnu.org Subject: Re: [BUG] orgalist: Hickup in fill-paragraph with orgalist in markdown-mode Date: Mon, 28 Sep 2020 10:56:32 +0200 Message-ID: <2951080.ErSGmbtznh@sciurus> Organization: IndiScale In-Reply-To: <871rin5wxu.fsf@nicolasgoaziou.fr> References: <8749685.KA8kSSV0Fm@sciurus> <871rin5wxu.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4406675.lR987MjXNl"; micalg="pgp-sha512"; protocol="application/pgp-signature" Received-SPF: pass client-ip=46.232.250.132; envelope-from=d.hornung@indiscale.com; helo=mail.indiscale.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/28 04:56:39 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=indiscale.com header.s=key1 header.b=AgFJvQ3V; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -1.61 X-TUID: 8c4KV2v7sHuW --nextPart4406675.lR987MjXNl Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Am Sunday, 27 September 2020, 12:35:41 CEST schrieb Nicolas Goaziou: > Daniel Hornung writes: > > when in markdown-mode, fill-paragraph behaves strangely in lists if the > > orgalist minor mode is enabled. > >=20 > > In the following example, when the cursor is in the first item of the > > list, > > pressing M-q or executing fill-paragraph does not recognize that line 3= is > > another list item: >=20 > I just released orgalist 1.13, which should fix this problem. Please let > me know how it goes. You need to wait for GNU ELPA to catch up, tho. Hi, it works again for me in orgalist 1.13. Thank you! Daniel =2D-=20 Daniel Hornung IndiScale - Wir machen individuelles Datenmanagement skalierbar. IndiScale GmbH Lotzestra=C3=9Fe 22a 37083 G=C3=B6ttingen T: +49-551-288 76 48-2 E: d.hornung@indiscale.com Amtsgericht G=C3=B6ttingen =E2=80=A2 HRB 205721 =E2=80=A2 Gesch=C3=A4ftsf= =C3=BChrung Henrik tom W=C3=B6rden --nextPart4406675.lR987MjXNl Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEgeBB2op7/mAEk2ByFt3PJSSjKNwFAl9xpUAACgkQFt3PJSSj KNxUZw//UACEAClmx3wEbYSMGGUjXePKDOFCU+09+WZ9qNmrK1DDY+l4b+Vv/6Q/ sckeiCc3ajUfjJaKlfbtkwKnXxaKDbQp8ePDIxjxLJbbXEgD0E7/d/v5Ph3xA70g INiPUny3usX75Pp3ngt08aoqnf9JCfTy8s0+WbCOkKzOPMg/e1EpEoroOI5Rsvpj 7sXAMtP+EVyrRyDUaY2i2Dt4r7yTbj8XIj+rh62RsZyfcGs0ICyBrwz7Q5HaDku1 fOfPL2IAVmKqliOlNWQfefOsBGvZmI/wmmgzI0DKuWniTBd/7CeWv3SOEOD7TgNc JP1cWsyKxIxRILEZovdkRFsLkRb6OsePo1Ffk2Vfh0fA8R+OpJXwpF2J8ODqap51 0HBpO7WMHBC/BRx6yfkxKQFbHXp6bFXPvUN/EWY7hFzvkiKkvPpTZwAxERSzNeLx sPepd1EJSTbSmh+m34aEcBWxH4y/ezT0Upl3ZQtGFZxBfzP4DRQiZXNyaL8FAe+9 RIJMmf3r43yBI3YdikzuffWsaZPHffixUARACfk3UFOJHWFiQXsoQblTMf1Pb3zd vgNSPNtoc0rpgrhCgtr8jiqjvDwepHiu9qz4bgjmWP6lNDNnTT7j3T5oi7qSQusN WvL/izUsXrW0r6nDoB8HSBJ7fkee2mJECJ11Q/0ITg66iZBi02o= =85yN -----END PGP SIGNATURE----- --nextPart4406675.lR987MjXNl--