From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Marcin Borkowski Newsgroups: gmane.emacs.devel Subject: Re: best way to add TODO items in the code ? Date: Fri, 03 Jan 2020 10:17:14 +0100 Message-ID: <87imlsc31h.fsf@mbork.pl> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="196112"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: mu4e 1.1.0; emacs 27.0.50 Cc: Emacs developers To: Jean-Christophe Helary Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 03 10:17:45 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1inJ5U-000osc-Nt for ged-emacs-devel@m.gmane.org; Fri, 03 Jan 2020 10:17:44 +0100 Original-Received: from localhost ([::1]:50264 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1inJ5T-0001Vt-Hh for ged-emacs-devel@m.gmane.org; Fri, 03 Jan 2020 04:17:43 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37668) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1inJ5L-0001Vi-Aw for emacs-devel@gnu.org; Fri, 03 Jan 2020 04:17:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1inJ5G-0001us-Ny for emacs-devel@gnu.org; Fri, 03 Jan 2020 04:17:34 -0500 Original-Received: from mail.mojserwer.eu ([195.110.48.8]:45812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1inJ5G-0001ad-EC for emacs-devel@gnu.org; Fri, 03 Jan 2020 04:17:30 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id 50008E6694; Fri, 3 Jan 2020 10:17:25 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.mojserwer.eu Original-Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JVpkryRa1mya; Fri, 3 Jan 2020 10:17:19 +0100 (CET) Original-Received: from localhost (83.25.100.87.ipv4.supernova.orange.pl [83.25.100.87]) by mail.mojserwer.eu (Postfix) with ESMTPSA id 4A5E5E62E6; Fri, 3 Jan 2020 10:17:19 +0100 (CET) In-reply-to: X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Received-From: 195.110.48.8 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:243883 Archived-At: On 2020-01-03, at 06:36, Jean-Christophe Helary wrote: > I'm looking for a way to add actionable TODO items in my elisp code. > > What's the simplest way to do that ? One way would be to use an Org-mode file with TODOs and links to places in the code. Another one (probably more convenient) would be to use /only/ the Org-mode file (with Elisp source blocks), literate-programming style. Also, check out this: https://www.emacswiki.org/emacs/FixmeMode (I haven't tried it yet). Also, check out this thread: https://lists.gnu.org/archive/html/help-gnu-emacs/2019-12/msg00124.html (continuation here: https://lists.gnu.org/archive/html/help-gnu-emacs/2020-01/msg00000.html) Hth, -- Marcin Borkowski http://mbork.pl