Skip to content

No cards found #128

@gab-dev

Description

@gab-dev

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))

image

If I try to add a new card, this is what I get
image

However if I try to review the cards in the buffer, nothing shows up.
image

If I remove the indentation from the properties, it seems to work.
image

image

Is this the intended behaviour?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions