anki-editor-push-notes Unrecognized keyword: "fish"
Closed this issue · 1 comments
necromuralist commented
When I run anki-editor-push-notes
I get :ANKI_FAILURE_REASON: Unrecognized keyword: "fish"
. I use the fish-shell (not bash) so it might somehow be related to that, but I don't know how to work around it. Here's an example I tried:
#+PROPERTY: ANKI_DECK Default
* Fact
:PROPERTIES:
:ANKI_NOTE_TYPE: Cloze
:ANKI_FAILURE_REASON: Unrecognized keyword: "fish"
:END:
** Text
Cards of this note wil be created in {{c1::Default::which deck ?}}
necromuralist commented
I just tried it with all the other packages removed and it works. It looks like a conflict with another package so I'll close it.