summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--nroam-backlinks.el2
-rw-r--r--nroam-unlinked.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/nroam-backlinks.el b/nroam-backlinks.el
index 04497b1..ff948fe 100644
--- a/nroam-backlinks.el
+++ b/nroam-backlinks.el
@@ -56,7 +56,7 @@
(defun nroam-backlinks--insert-heading (count)
"Insert the heading for the backlinks section with a COUNT."
- (insert (format "* %s %s\n"
+ (insert (format "* %s %s :noexport:\n"
(if (= count 0) "No" count)
(nroam--pluralize count "linked reference"))))
diff --git a/nroam-unlinked.el b/nroam-unlinked.el
index d36e80a..b989de3 100644
--- a/nroam-unlinked.el
+++ b/nroam-unlinked.el
@@ -44,7 +44,7 @@
(defun nroam-unlinked--insert-heading ()
"Insert the heading for unlinked references."
- (insert "* Unlinked references\n"))
+ (insert "* Unlinked references :noexport:\n"))
(defun nroam-unlinked--insert-references ()
"Insert unlinked references for the current buffer."