Damien Cassou
Damien Cassou
Hi, could you please tag the current commit so that org-caldav gets released in melpa-stable? Thanks
When an event is deleted in org, at the end of the sync we can see something like ``` UID: 3f188258-2cf9-4471-b652-9971463f251d Status: deleted-in-org Action: removed-from-cal ``` It would be nice...
Hi, executing offlineimap at home takes 3 minutes to go from "Collecting data from messages" to "Copy message". Now, I also want to add another IMAP server to offlineimap and...
I can't manage to build the epub myself and it seems the epub at https://github.com/sarabander/sicp-epub/ is not up-to-date. ``` $ make Converting Texinfo file to HTML...Can't locate Texinfo/Convert/Texinfo.pm in @INC...
Hi, when compiling files in this project, I get the following warning: ``` In toplevel form: lib/nix-emacs/nixos-packages.el:28:43:Warning: reference to free variable ‘spacemacs-cache-directory’ lib/nix-emacs/nixos-packages.el:34:7:Warning: assignment to free variable ‘nixos-packages’ lib/nix-emacs/nixos-packages.el:46:1:Warning: value...
Thank you very much. The tablist package is really great. I made it the cornerstone of [navigel](https://gitlab.petton.fr/DamienCassou/navigel/).
The package has code like this: ```emacs (defvar tablist-mode-map (let ((kmap (copy-keymap tablist-minor-mode-map))) (set-keymap-parent kmap tabulated-list-mode-map) ``` As far as I understand, this means that if the user adds his...
E.g., ```nix { programs.i3status = { general = { colors = true; color_good = "#ffffff"; color_degraded = "#da8548"; color_bad = "#ff6c6b"; }; } } ```
To fix https://github.com/oantolin/epithet/issues/3, the commit https://github.com/oantolin/epithet/commit/9d0707c8c70c06fee82c6b06417d27aacbbd5e76 was pushed. This commit includes this new code: ``` (eq (car help-xref-stack-item) 'describe-bindings) ``` This expression returns `nil` for me because `(car help-xref-stack-item)` is...