From 72213861205b76d97759ea1e8749c7d7a3c7134d Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Fri, 12 Mar 2021 13:55:26 +0100 Subject: Remove nroam sections from export * nroam-backlinks.el (nroam-backlinks--insert-heading): * nroam-unlinked.el (nroam-unlinked--insert-heading): Add the :noexport: tag to prevent exporting nroam sections. See docstring of `org-export-exclude-tags'. --- nroam-backlinks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nroam-backlinks.el') 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")))) -- cgit v1.2.3-54-g00ecf