From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Moving "manual.org" into core Date: Sat, 20 Jan 2018 19:51:07 +0100 Message-ID: <87tvvgmkis.fsf@nicolasgoaziou.fr> References: <87bmhooaj9.fsf@nicolasgoaziou.fr> <87tvvgmnqx.fsf@Rainer.invalid> <874lngo0qk.fsf@nicolasgoaziou.fr> <87po64ml75.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecyER-0007PT-LJ for emacs-orgmode@gnu.org; Sat, 20 Jan 2018 13:51:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecyEQ-0001bN-Qa for emacs-orgmode@gnu.org; Sat, 20 Jan 2018 13:51:11 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:37851) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ecyEQ-0001at-KR for emacs-orgmode@gnu.org; Sat, 20 Jan 2018 13:51:10 -0500 In-Reply-To: <87po64ml75.fsf@Rainer.invalid> (Achim Gratz's message of "Sat, 20 Jan 2018 19:36:30 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Achim Gratz Cc: emacs-orgmode@gnu.org Achim Gratz writes: > Nicolas Goaziou writes: >> Actually, I have another idea. We could implement a function generating >> the manual, right in Org core. It can be useful for both packaging, like >> the above, and for developers, who can update the manual on the fly. > > That should go into mk/org-fixup.el then. I am not aware that any > packagers have actually picked those helper functions up, so the primary > aim should still be that "make doc" keeps things updated. To be clear, I meant that "make doc" would call `org-generate-manuals'. Isn't it enough? > As I said, all of this is several years old and still working. Probably, but that's a bit complicated.