From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.help Subject: Re: Is there a markdown-mode similar to org-mode? Date: Thu, 01 Feb 2024 09:08:55 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30576"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Feb 01 21:24:44 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 1rVdc2-0007mz-U4 for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 01 Feb 2024 21:24:43 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rVdbM-0004nm-Jz; Thu, 01 Feb 2024 15:24:00 -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 1rVdbL-0004mz-8O for help-gnu-emacs@gnu.org; Thu, 01 Feb 2024 15:23:59 -0500 Original-Received: from schwantz.bang.priv.no ([95.217.129.251]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rVdbJ-0003ls-Gt for help-gnu-emacs@gnu.org; Thu, 01 Feb 2024 15:23:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dod.no; s=sb; t=1706819021; bh=xwjvdtsGp/xD+6u/9FgIZ8shn4rgLR1N7UZpsr++qzE=; h=From:To:Subject:In-Reply-To:Date:References:From; b=HyS+gpQe8MbOgSkSpeONbixjbsOLa279ymuQQJxciBMeeCdrQKQb/aygVNBnUJZtL XY0uqqA0T1jqCBoDTSFV4QXnmo1FyTh3F/eUJxKCTp/2rXclck0GBEOJA8CoXGYX1r TiWkU8iZTtqxHenjM26hb4D+h4p48lWhfO++Rze8= Original-Received: from AAP-5CG32757DH (unknown [84.210.69.52]) by schwantz.bang.priv.no (Postfix) with ESMTPSA id 843181FE9 for ; Thu, 1 Feb 2024 20:23:41 +0000 (UTC) In-Reply-To: (Howard Melman's message of "Wed, 31 Jan 2024 16:45:06 -0500") Received-SPF: none client-ip=95.217.129.251; envelope-from=sb@dod.no; helo=schwantz.bang.priv.no X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_12_24=1.049, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no 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:145851 Archived-At: >>>>> Howard Melman : > FWIW, markdown-mode has C-c C-c n > (markdown-cleanup-list-numbers). Thanks! > Maybe you want to add advice to some commands to call it afterwards? Hm... I can try and see how it ends. (Note to googlers: I'll post any config changes I end up with on this thread somewhere)