Derek Feichtinger

Results 35 comments of Derek Feichtinger

Hmmm.... at least we now know that it is not a problem with the byte compilation itself. If it is as you suspect, and it has to do with the...

You really cornered the problem now to the first few lines of that function. At some point I thought the problems could also come from some macro related source, but...

Hi @nelson-liu Yes, seems I need to extend the regex for this additional time field. I never used estimated effort, so I did not yet have any such case. Thanks...

Hi @nelson-liu I just tried to first also get effort estimates to display in my agenda log lines. I have never used effort estimation before, and I just added some...

I think the "#+NAME:" labelling in front of a headline would not be doing what you intend it to. It just gives a label to the org structural element that...

I spent a bit more time looking at the code. As commented by @fishyfriend the code generating the error has been unmodified in a long time (4f092fbe, Aug 2014 for...

Hi @redguardtoo. I confirmed my suspicion by compiling a 25.3 version and trying there. In 25.3 the type of a wg-config object is `vector`. ```emacs-lisp (type-of (wg-frame-to-wconfig)) ;; => vector...

All the code seems to build on objects created by `cl-defstruct`. I don't think that one could/should remove that dependency. But one needs a serializer for these objects that are...

Hi @redguardtoo. Thanks for the initiative. But, why not use `prin1-to-string` to serialize the objects? And then read them back using `read` like I did in the example above? Maybe...

Hi @redguardtoo, I just tried it and looked at your changes. Yes, this now does not generate any error when I have multiple frames, and I can save and load...