Skip to content

Commit

Permalink
Silence the "Finding ID locations .." messages
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Mar 15, 2022
1 parent 63c87ee commit 8f3ba7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ox-hugo.el
Expand Up @@ -4581,7 +4581,7 @@ The optional argument NOERROR is passed to
;; Auto-update `org-id-locations' if it's nil or empty hash table
;; to avoid broken [[id:..]] type links.
(when (or (eq org-id-locations nil) (zerop (hash-table-count org-id-locations)))
(org-id-update-id-locations (directory-files "." :full "\.org\$" :nosort)))
(org-id-update-id-locations (directory-files "." :full "\.org\$" :nosort) :silent))

(cond
;; Publish all subtrees in the current Org buffer.
Expand Down

0 comments on commit 8f3ba7d

Please sign in to comment.