summaryrefslogtreecommitdiffstatshomepage
path: root/nroam-backlinks.el
diff options
context:
space:
mode:
authorGravatar Damien Cassou2021-03-12 13:55:26 +0100
committerGravatar Damien Cassou2021-03-12 13:55:26 +0100
commit72213861205b76d97759ea1e8749c7d7a3c7134d (patch)
tree58b2765de667333ec7ccddce2e32c473b46e41be /nroam-backlinks.el
parent68e9270ebe205296ab9868e1f8722a1b572404c3 (diff)
downloadnroam-72213861205b76d97759ea1e8749c7d7a3c7134d.tar.gz
nroam-72213861205b76d97759ea1e8749c7d7a3c7134d.zip
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'.
Diffstat (limited to 'nroam-backlinks.el')
-rw-r--r--nroam-backlinks.el2
1 files changed, 1 insertions, 1 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"))))