Artsiom K

Results 19 comments of Artsiom K

Opened vise.core in lldb ``` (lldb) target create "/usr/local/bin/vise" --core "vise.core" Core file '/home/artsi0m/SRC/argcalc/vise.core' (x86_64) was loaded. (lldb) bt * thread #1, stop reason = signal SIGSEGV * frame #0:...

Thanks in advance for opening this issue and providing solution for Flask

Sorry, for late response. Unfortunately i lost original vise.core file. I may try to reproduce it later. For today i mostly spend my time studying in university.

### Questions So the question that I want to ask is: What should I do to dynamically update variables like `org-drill-scope` ? For instance I want to create new list...

Yes, thank you. I thought about advices, but never used theme before, because I am an emacs lisp newbie. I will try to use them. Thank you for sharing this...

I wrote: - advice for elfeed-update to update list of files with `:elfeed:` tags on update of elfeed index ```emacs-lisp (define-advice elfeed-update (:before (&rest _args)) (setq rmh-elfeed-org-files (my-elfeed-file-names-in-howm))) ``` -...

![image](https://github.com/kaorahi/howm/assets/87656471/7ce68edd-863f-41b4-a7a0-d73a02a5906e) I should note that org-drill package caused bug that hangs emacs and after recovering files I got this. I will try to do something about it, but for now...

I will close this issue, although I still use howm, but now I also use literate config, so my work-arounds are documented here at emacs-organizer repo. I also moved from...

It seems that often it becomes slow, when searching for something that is not present in howm or only present in one note.

You could choose from two options: 1. Configure howm to always use org mode with use-package: Look at [Quick start](https://github.com/kaorahi/howm?tab=readme-ov-file#quick-start) in the README of this repo for a guidance. 2....