Ewan McDougall
Ewan McDougall
This looks similar to #32.
Hi @chalmagean #33 fixes the issue by changing the command line param for image magick. I think its a bit cleaner, if you could verify it works on your system...
ember-cli-addon-docs is also preventing the addon from building. ember-auto-import 2.x needs webpack 5.x as a devDependency, adding it and the build fails until ember-cli-addon-docs* are removed, then the build works....
@jklemon17 eck, this is an old bug, not working with Grape or Ruby just now, don't remember and don't have access to the codebase it was used in to check...
I've also had this logged to sentry 
While trying to get the wildcard `g:org_agenda_files` to work I observed * `vim -o *.org` and running `caa` works * `vim *.org` and running `caa` freezes In the `vim -o...
My guess is vim-orgmode presumes a buffer to be loaded, but instead it needs to check and load if necessary.
I'm not a regular python user, but doesn't look like the [python vim interface](https://vimhelp.org/if_pyth.txt.html#python-vim) lets you explicitly load a buffer. You could use `vim.command` and issue commands like `:args *.org`...
Or maybe this is an upstream issue and the python vim interface should return the contents of a buffer even if it's not loaded?
Here's my attempt, which doesn't work :(, to fix issue https://github.com/mrloop/vim-orgmode/commit/a1be62e7529815f920396174f326d659a2e4ccb6