louietan / anki-editor

Emacs minor mode for making Anki cards with Org
705 stars 87 forks source link

anki-editor-push-notes Unrecognized keyword: "fish" #42

Closed necromuralist closed 5 years ago

necromuralist commented 5 years ago

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 5 years ago

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.