Skip to content

Commit

Permalink
Reindent
Browse files Browse the repository at this point in the history
  • Loading branch information
colonelpanic8 committed Aug 30, 2023
1 parent e91d892 commit 581ca06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions org-project-capture.el
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,14 @@ compute this path."
(cl-mapcar 'org-project-capture-get-project-todo-file)))

(cl-defmethod occ-get-capture-file
((s org-project-capture-per-project-strategy) category)
((s org-project-capture-per-project-strategy) category)
(let ((project-root
(cdr (assoc category
(org-project-capture-build-category-to-project-path s)))))
(org-project-capture-get-project-todo-file project-root)))

(cl-defmethod occ-get-capture-marker
((strategy org-project-capture-per-project-strategy) context)
((strategy org-project-capture-per-project-strategy) context)
(with-slots (category) context
(let* ((filepath (occ-get-capture-file strategy category))
(file-existed (file-exists-p filepath)))
Expand All @@ -206,7 +206,7 @@ compute this path."
(point-max-marker)))))

(cl-defmethod occ-target-entry-p
((_ org-project-capture-per-project-strategy) _context)
((_ org-project-capture-per-project-strategy) _context)
nil)


Expand Down

0 comments on commit 581ca06

Please sign in to comment.