Adam Porter

Results 2642 comments of Adam Porter

@trharmon0 I'm guessing that #133 will solve this problem for you. Would you be willing to try it and report back?

@trharmon0 I merged #133 into `master`. Please let me know if this problem persists for you.

This happens because the `effort-minutes` text property is not applied by `org-ql-view--format-element`. It's simply unimplemented. I probably won't have time to get to this soon, so patches welcome.

@acomagu That looks interesting. Could you explain how it basically works?

@acomagu Thanks. Does it suffer from any segfault issues as those comments described? i.e. if I `cd` into a large git repo and then start pressing `RET` before the git...

Thanks. I think it would be important to solve those before expecting it to be usable by most users. I guess you might be able to solve the second one...

When I try the same, it works for me: ![Screenshot_20231217_230701](https://github.com/alphapapa/ement.el/assets/601365/8f88bc25-5894-4c74-8848-05f47b5b0ce9)

I have no idea what's going on. The only thing I can suggest is to re-evaluate the `ement-directory.el` file so the code is interpreted, then reproduce the problem, and maybe...

Here's an idea, though: evaluate this and see if it solves the problem: ```el (ement-directory-define-column "Name" (:max-width 25) (cl-labels ((room (id session) (cl-find id (ement-session-rooms session) :key #'ement-room-id :test #'equal)))...