Antoine R. Dumont
Antoine R. Dumont
Hello, I have something similar that i had to do for org-trello to deal with iso 8601 conversion date for org-mode to understand https://github.com/org-trello/org-trello/blob/master/org-trello-date.el. It's tested: - https://github.com/org-trello/org-trello/blob/master/test/org-trello-date-test.el - You...
Hello, Does this mean you propose this only for os-github.el? ``` grep ./org-sync-redmine.el:159: (title (concat "Bugs of " (org-sync-rmine-repo-name url)))) ./org-sync-bb.el:186: (title (concat "Bugs of " (org-sync-bb-repo-name url)))) ./org-sync-github.el:103: (title...
Hello, `omd.el` seems not to be used in any other namespaces but `omd.el`. So i believe, it's a utility namespace for manual testing. So could be low priority. My maybe...
I was confused as @xendk expressed ¯\_(ツ)_/¯. But as it's customizable, here is my take on this. In your emacs configuration routines, you can put the following: ``` (custom-set-faces '(cov-none-face...
Hello, I believe there is work in progress there https://github.com/legoscia/emacs-jabber-otr :D Cheers,
Debian and nixos machine: ``` home = os.environ.get('HOME') c.editor.command = [ '%s/bin/emacs' % home, '{file}' ] ``` Note: ~/bin/emacs is a nix wrapper script to spawn an emacsclient instance (so...
> I found this rather limited but it works. > > I don't really know how to apply this generically though (maybe some > users would want that on other...
+1 I have got a naive implementation (a simple variable that keeps the last index) that works partially so not yet ready (because using anything else than the buffer switching...
Something along these lines (I do not say this code is fully correct as I cannot test it): ``` javascript // state of the index regarding currently selected and last...
The only way to deal with requirements in keysnail seems to be: https://github.com/mooz/keysnail/wiki/Writing-Plugins#wiki-require