Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joost Kremers committed Apr 24, 2024
1 parent ca23db1 commit 1faa349
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions org-ebib.el
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ entry buffer."
;; This is an Ebib entry
(let* ((key (ebib--get-key-at-point))
(link (concat "ebib:" (pcase org-ebib-link-type
('key key)
('key+filename (format "%s@%s" key (ebib-db-get-filename ebib--cur-db :shortened)))
('key+filepath (format "%s@%s" key (ebib-db-get-filename ebib--cur-db))))))
('key key)
('key+filename (format "%s@%s" key (ebib-db-get-filename ebib--cur-db :shortened)))
('key+filepath (format "%s@%s" key (ebib-db-get-filename ebib--cur-db))))))
(description (ignore-errors (funcall ebib-citation-description-function key ebib--cur-db))))
(org-link-store-props :type "ebib"
:link link
Expand Down

0 comments on commit 1faa349

Please sign in to comment.