Matus Goljer

Results 723 comments of Matus Goljer

For some reason the default time is shifted one day back, I think it might be some time-zone related issue with org read date.

Oh, this actually changes the behaviour when user only hits RET upon the query. It will copy to the original date instead of today. I think that is a significant...

What do you mean tied? And why would we need to drop Cask?

What needs to be done is to: - install Elsa to your project somehow - setup correct load paths so everything can be required as necessary - run the binary...

My issue with MELPA is that it runs master. This package is now super unstable. If we put it on MELPA and people start installing it it is almost certain...

@Emiller88 [GNU ELPA](https://elpa.gnu.org/) is not MELPA. Two different repositories entirely. I don't have another branch at the moment.

The process where Elsa runs must be 1. Isolated from your "working" Emacs, so a new instance, because some state is stored on symbols and this is in general non-repeatable...

`defcustom` is not a special form: ``` defcustom is a Lisp macro in ‘custom.el’. (defcustom SYMBOL STANDARD DOC &rest ARGS) ``` `defvar` is a special form ``` defvar is a...

I've added defvar and defconst analysis but caveats apply as described above.

The logic stuff itself is released as a separate package here: https://github.com/emacs-elsa/trinary-logic