mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(fix): Change symbol used for delta (#925)
7f56df7f4d
introduced the delta symbol in the
db-rebuild message to make it clearer the the db was updated as opposed to
being completely rebuilt.
However, the unicode symbol used, U+1D6AB, which is the mathematical, bold
variant of the Greek letter is not present in many fonts. Switching to
U+0394, the base Greek letter, is better for compatibility.
This commit is contained in:
@ -511,7 +511,7 @@ If FORCE, force a rebuild of the cache from scratch."
|
||||
;; These files are no longer around, remove from cache...
|
||||
(org-roam-db--clear-file file)
|
||||
(setq deleted-count (1+ deleted-count))))
|
||||
(org-roam-message "files: 𝚫%s, headlines: 𝚫%s, links: 𝚫%s, tags: 𝚫%s, titles: 𝚫%s, refs: 𝚫%s, deleted: 𝚫%s"
|
||||
(org-roam-message "files: Δ%s, headlines: Δ%s, links: Δ%s, tags: Δ%s, titles: Δ%s, refs: Δ%s, deleted: Δ%s"
|
||||
file-count
|
||||
headline-count
|
||||
link-count
|
||||
|
Reference in New Issue
Block a user