Matus Goljer
Matus Goljer
I think the error comes from the new EIEIO naming standard. I'm still using the obsolete predicates because they are way more convenient than the `cl-type` stuff (which I honestly...
Hmm, but that would be quite an odd function to generate by default. Although it makes sense in the light of the suggested fix (cl-typep ... '(list-of elsa-form)) I have...
I think the `name` argument is obsolete and I never used it so no problem. It used to be a tag, basically any string at all that was attached to...
Oh... that's confusing :D But that is a custom method I wrote to check if a form is a function call. There is no `elsa-form-function-call` EIEIO class.
I think if you bring the setup under Cask then at least if you edit the block with `C-c '` it should work. It will never work in the `org-mode`...
OK I've just tried it out of curiosity on my https://github.com/Fuco1/.emacs.d config... there is some literal org files under the `files` directory. After adding depends-on for elsa and trinary it...
It returns a file for me, maybe I have different org version.
So my file is in `/home/matus/.emacs.d/files/org-defs.org`. I go to the code block, do `C-c '` and then it pops up a separate buffer in emacs lisp mode. When I evaluate...
Not the same name, there's that extra `[*Org Src org-defs.org[ elisp ]*]` suffix. I think you can actually set the "visiting file" to any buffer without that file even existing....
You might need to add that to the cask file, I'm not sure why it sometimes can't get the dependencies automatically.