mirror of
https://github.com/org-roam/org-roam
synced 2025-08-03 12:27:23 -05:00
fix indents
This commit is contained in:
@ -154,7 +154,7 @@ This function is to be called in the Org-capture finalization process."
|
|||||||
(org-with-point-at pos
|
(org-with-point-at pos
|
||||||
(setq ref-lst (org-entry-get (point) "ROAM_REFS"))
|
(setq ref-lst (org-entry-get (point) "ROAM_REFS"))
|
||||||
(setq ref-lst (if ref-lst
|
(setq ref-lst (if ref-lst
|
||||||
(cl-pushnew ref-lst ref)
|
(cl-pushnew (split-string-and-unquote ref-lst) ref)
|
||||||
(list ref)))
|
(list ref)))
|
||||||
(org-set-property "ROAM_REFS" (combine-and-quote-strings ref-lst))))))
|
(org-set-property "ROAM_REFS" (combine-and-quote-strings ref-lst))))))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user