l3kn / org-fc

Spaced Repetition System for Emacs org-mode
https://www.leonrische.me/fc/index.html
GNU General Public License v3.0
259 stars 31 forks source link

expand org-fc-directories #49

Closed gambhiro closed 3 years ago

gambhiro commented 3 years ago

Please expand org-fc-directories. I had it set as:

  (use-package org-fc
    :custom (org-fc-directories '("~/wiki"))
...

When I selected 'all' for review, it ran into a problem:

org-fc-awk-index-paths: Org-fc shell error: find: ‘~/wiki’: No such file or directory
l3kn commented 3 years ago

Weird, maybe different shells handle it differently? I'm also using relative paths for my org-fc-directories and it's working as expected.

In addition to shell quoting the paths, they are also getting expanded now, can you check if that fixes your problem?

gambhiro commented 3 years ago

Thanks, ~/wiki is working now!