[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive-org-transclusion 061e9d13b0 22/38: Meta: Export
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive-org-transclusion 061e9d13b0 22/38: Meta: Export only README body to HTML |
Date: |
Mon, 23 Sep 2024 04:01:32 -0400 (EDT) |
branch: elpa/hyperdrive-org-transclusion
commit 061e9d13b009b9912a3e2920a37802f69d2bb8d1
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
Meta: Export only README body to HTML
This ensures that the README is rendered correctly on SourceHut.
---
README.org | 2 --
build-readme.el | 7 +------
2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/README.org b/README.org
index b4ba45975a..40a79c9582 100644
--- a/README.org
+++ b/README.org
@@ -1,6 +1,4 @@
#+options: num:nil toc:nil author:nil html-postamble:nil
-# Sourcehut HTML renderer will render <style>: remove it
-#+options: html-style:nil
#+title: hyperdrive-org-transclusion
diff --git a/build-readme.el b/build-readme.el
index ee747b5870..650ac2acc0 100644
--- a/build-readme.el
+++ b/build-readme.el
@@ -2,9 +2,4 @@
(require 'ox-html)
(with-temp-buffer
(insert-file-contents "README.org")
- (cl-letf (((symbol-function 'org-html--build-meta-info)
- ;; HACK: Sourcehut erroneously displays <head> content, so
- ;; we stop org from generating <head> entirely.
- ;; TODO: File bug with Sourcehut to stop from rendering <head>
- #'ignore))
- (org-export-to-file 'html "README.html")))
+ (org-export-to-file 'html "README.html" nil nil nil t))
- [nongnu] elpa/hyperdrive-org-transclusion 4895b1173a 15/38: Tidy: (h/org-transclusion) Add declare-function for compiler, (continued)
- [nongnu] elpa/hyperdrive-org-transclusion 4895b1173a 15/38: Tidy: (h/org-transclusion) Add declare-function for compiler, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 82afb0d912 16/38: Tidy: Declare a few functions in hyperdrive-org-transclusion.el, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion f8d8a7b85b 25/38: Docs: Update README to point to the subsection on org-transclusion, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 6e1af4b983 02/38: Tidy: Summary, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 6e6f3f287a 03/38: Tidy: Rename h/org-transclusion-add, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 0be5945db0 09/38: Meta: Add to dictionary, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 392c7c660b 08/38: Meta: Update copyright notice, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 8fe2b9865a 12/38: Fix: Compiler warning, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 1cad273549 19/38: Meta: Fix CONTRIBUTING, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 71534426c3 20/38: Fix .gitignore, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 061e9d13b0 22/38: Meta: Export only README body to HTML,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive-org-transclusion 472e6ba639 23/38: Meta: Fix README.org formatting, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 9230880136 27/38: Fix: (hyperdrive-org-transclusion-add-file) Print error with prin1, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion b54cd7c5a8 29/38: Change: (hyperdrive-org-transclusion-add-file) Use he/api, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 7e184311b0 32/38: Security: Only transclude content from safe hyperdrives, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 329712316e 31/38: Test: Transclude non-Org, non-HTML hyperdrive content, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion ec79bfa516 33/38: Comment: Update old reference to hyperdrive.el API, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion edf3595dc2 37/38: Meta: v0.2-pre, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion de910354b3 17/38: Meta: Fix package headers, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 3368a5b8c1 13/38: WIP, ELPA Syncer, 2024/09/23
- [nongnu] elpa/hyperdrive-org-transclusion 53ac71e8be 26/38: Tidy: Indentation, ELPA Syncer, 2024/09/23