Felipe Balbi
Felipe Balbi
Going back to this old issue here. I noticed that after I switched my emacs configuration to load most packages on demand, `helm-git-grep` started failing due to missing `define-compilation-mode`. As...
For reference, `denote--id-format` and `denote--id-regexp` would change to the following values: ```lisp (defconst denote--id-format "%Y%m%dT%H%M%S%N" "Format of ID prefix of a note's filename.") (defconst denote--id-regexp "\\([0-9]\\{8\\}\\)\\(T[0-9]\\{15\\}\\)" "Regular expression to match...
> Hello @felipebalbi! Hi @protesilaos > You are right: in this scenario we do have a conflict. Though I wonder what the use-case is. Is it realistic to expect someone...
> > Just a sec. When I try this: > > ```emacs-lisp > > (defun test () > > (denote "Test") > > (denote "Test")) > > > > (test)...
I think this requires a change in `gi-vte` before modifying `Termonad`.
Hi @cdepillabout, `gi-vte` was updated and I'm working on trying to remove `terminalSpawnSync`. Having issues compiling with latest `haskell-gi` and friends. I'll keep trying tomorrow and update this issue again.
Same thing here. Setting `syntax-ppss-table` to `nil` solves it as well - Emacs 26.3 (Arch Linux) - vue-mode 20190415.231 - lsp-vue 20181030.1136
@pashinin should be something like so: ` (add-hook 'js-mode-hook (lambda () (setq syntax-ppss-table nil))) `
> Hello @felipebalbi! > > > To my surprise, `denote` ended up using current timestamp instead of reusing the original one from `org-roam`. [...] I noticed that only the timestamp...
> > The difference is that you are creating three new notes using `denote`, whereas I was migrating my `org-roam` notes to `denote`. > > I created those files without...