Boris Buliga
Boris Buliga
The most obvious way to improve it is to mimic what was done for #64, e.g. allow to pass parsed meta to `vulpea-meta-set`, but it will not work when adding...
Hello, It seems that `ctrlf` doesn't support `char-fold-to-regexp` search mode (see `search-default-mode`). It would be lovely to get support of this feature as it helps searching text with diacritical marks....
Hello nosami, It's me again. And again with formatting problems. Everything works fine except `code-format`. It was working few moments ago and then just started to push strange messages. I...
Hey @myuhe, Thank you very much for this package. I find it really useful in my daily flow. But unfortunately it's very unstable right now. I have to do several...
For example, when user creates a new vino entry, name should be trimmed from surrounding white spaces, otherwise things get ugly.
Like it is done in `+org-wine.el`: ```emacs-lisp (defun wine/copy-wine () "Create a new wine entry based on wine entry at point." (interactive) (wine-require-wine-entry) (let* ((winery (+org-entry-get "WINERY")) (name (+org-entry-get "NAME"))...
See #52 as source of this. Also in #54 `region` or `appellation` meta is placed in the very end of the list.
It might be a problem when using proper spelling of french and spanish names. While this is out of scope of this project, mentioning it would not hurt.