From f49a747adfea970f73dc96c07240794c60cec696 Mon Sep 17 00:00:00 2001 From: Spencer Williams Date: Sat, 29 Mar 2025 19:09:35 -0400 Subject: Add option to export internal links with custom CSS class --- seam-export.el | 17 ++++++++++++++++- seam-html.el | 3 +++ seam-test.el | 15 +++++++++++++++ 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/seam-export.el b/seam-export.el index 00312e5..6e39bbc 100644 --- a/seam-export.el +++ b/seam-export.el @@ -34,6 +34,7 @@ (defvar seam-export--template nil) (defvar seam-export--root-path nil) (defvar seam-export--no-extension nil) +(defvar seam-export--internal-link-class nil) (defvar seam-export--options nil) (defgroup seam-export nil @@ -74,6 +75,11 @@ properties: Whether to drop the \".html\" file extension in links. Defaults to nil. + `:internal-link-class' + + CSS class name for internal links. Defaults to the value of + `seam-export-internal-link-class'. + `:backend-options' A plist of extra options passed to the Org HTML backend. This can be @@ -165,6 +171,12 @@ the datetime attribute of