-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
I've updated org-fc to the last version but I'm not able to view any cards.
I've noticed this kind of behavior after the tag v0.6.0.
I've reduced my setup to the bare minimum to isolate the problem.
(use-package hydra)
(use-package org-fc
:ensure t
:quelpa (org-fc
:fetcher github
:repo "l3kn/org-fc"
:files (:defaults "awk" "demo.org")
)
;; ;; :load-path
;; "~/.emacs.d/packages/org-fc"
:custom
(org-fc-directories '("~/Remi/" "~/remi-setup/remi/.emacs.d/"))
:config
(require 'org-fc-hydra))
If I try to add a new card, this is what I get
However if I try to review the cards in the buffer, nothing shows up.
If I remove the indentation from the properties, it seems to work.
Is this the intended behaviour?
Metadata
Metadata
Assignees
Labels
No labels