From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id SGB7J4Z7JWWHeAAAG6o9tA:P1 (envelope-from ) for ; Tue, 10 Oct 2023 18:27:50 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id SGB7J4Z7JWWHeAAAG6o9tA (envelope-from ) for ; Tue, 10 Oct 2023 18:27:50 +0200 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 8F20B3B79F for ; Tue, 10 Oct 2023 18:27:50 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; none Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qqFZY-0000Sh-2n; Tue, 10 Oct 2023 12:27:05 -0400 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 1qqFZV-0000SB-Iz for emacs-orgmode@gnu.org; Tue, 10 Oct 2023 12:27:01 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qqFZT-0008GX-2f for emacs-orgmode@gnu.org; Tue, 10 Oct 2023 12:27:01 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 044D1240027 for ; Tue, 10 Oct 2023 18:26:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1696955217; bh=mdRONKdA4OezONESUDMr0VEtBZnl048Vvg4Ra/ts1Xs=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=YYphgjAxl3BKh+36TOZcWOu5ddNgOA6W4jl8dV5F8YhmxYtuzmgdokQcAqgaKPMO8 yLb+KmM+H9qr/LUOwigW6MHmOUoVjaWpITpr0NORURz0ro82iTbY51Cx4Wll8XZiC0 siWS+00kegv7g0tYLwCSbYnwc04QJnnZCRTr/4FfEV7d8q+DIXXhLS+iHSm8EWofmJ uZbW3spXeJw6QRGA85hUQCUS9s1mA3NlmE3gCvLA+QZM0sWa8SdG98zxYtI3HRBeQA c1pY78YAsJ4yGxW6/rJG2a4Cv1GQVzkAOgWBVI2IhEkL3kDjm9IEmO49mrAu2tPN3/ /cjObQgkSxxEg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4S4hB81Phlz6tsf; Tue, 10 Oct 2023 18:26:55 +0200 (CEST) From: Ihor Radchenko To: Joseph Turner Cc: emacs-orgmode@gnu.org Subject: Re: How to HTML export non-Emacs/Elisp info manual links? In-Reply-To: <871qe44cec.fsf@breatheoutbreathe.in> References: <871qe44cec.fsf@breatheoutbreathe.in> Date: Tue, 10 Oct 2023 16:28:33 +0000 Message-ID: <87mswq8mry.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.65; envelope-from=yantar92@posteo.net; helo=mout01.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_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, 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.29 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Queue-Id: 8F20B3B79F X-Spam-Score: -4.00 X-Migadu-Spam-Score: -4.00 X-Migadu-Scanner: mx1.migadu.com X-TUID: G1SAEiGsfXpe Joseph Turner writes: > I'd like for exported HTML output to include HTTP links to info manuals > besides the Emacs and Elisp manuals. Is this possible? > ... Now, you can. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=902975ca4 https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=7e7ce8113 https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f32f5982a -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at