Masafumi Oyamada
Masafumi Oyamada
I'll take a look.
OK, I guess that the cause of your problem is in your `.emacs` file. Does your `.emacs` override the key definition of `(kbd "")` and `(kbd "")` in `minibuffer-local-map`? In...
Thanks for the detailed information. > No, my .emacs doesn't contain the setting like that at all. I found a suspicious part in your setting that you showed on your...
OK, I think I understand your problem; You want arrow keys (``, ``, ``, and ``) to behave in minibuffer - as **original minibuffer behavior** (e.g., history-selection), if completion lists...
Sorry all. Will update the pip package soon.
Hi Marcelo. Thanks for the comment. I'm actually keeping developing and maintaining the project, yet reactions can be slow due to my lack of resources. I welcome motivated developers who...
I'm very sorry for my late response @rbecheras. I've taken a bit long holiday. Streaming input/output is a very good idea. I've not worked on that, but patches are welcome!...
Since this module uses ImageMagick for pdf to image conversion, you can check ImageMagick's available options for such custom behavior http://www.imagemagick.org/script/command-line-options.php You can set ImageMagick's options as follows: ``` javascript...
For now, org-js is just a parser and org-to-html converter, and doesn't provide any editing features). Of course, patches are welcome.
I'll give it a try.