mirror of
https://github.com/SqrtMinusOne/org-journal-tags.git
synced 2025-12-10 10:53:04 +03:00
fix: byte-compilation
This commit is contained in:
parent
2552a7a7fb
commit
556452e72c
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ The properties are:
|
|||
(with-temp-buffer
|
||||
(insert-file-contents org-journal-tags-db-file)
|
||||
(goto-char (point-min))
|
||||
(condition-case err
|
||||
(condition-case _
|
||||
(progn
|
||||
(setf org-journal-tags-db (read (current-buffer)))
|
||||
(org-journal-tags-db--migrate))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue