Caleb Chase

Results 52 comments of Caleb Chase
trafficstars

It would be particularly nice to avoid creating this file when there *aren't any errors*.

I don't have a useful backtrace either (sorry), but I can confirm the same issue and that `(setq slack-render-image-p nil)` prevents it for me. Mine seems to completely freeze up...

Interestingly I can't reproduce this anymore, even though I'm still on the same version of this package. I suspect it's because I upgraded to the Emacs 27.1 release (was previously...

After a little more investigation, it looks like my advice only half works. It prevents the thread from becoming tracked, but the room containing the thread is still tracked *if*...

@mlvzk Are you interested in fixing this? I could make a PR for it if you would like.

I haven't dug into debugging in any meaningful depth, but here's another reproduction example: https://www.homedepot.com/b/Hardware-Fasteners-Bolts-Eye-Bolts/N-5yc1vZc28e `document.title` is "Eye Bolts - Bolts - The Home Depot" without any URL. This occurs...

Hi, I just converted daily files to monthly like this: ```elisp ;;; -*- lexical-binding: t -*- (require 'org) (require 'org-refile) (require 'org-journal) (require 'cl-lib) ;; Step 1: convert (org-map-entries (lambda...

I don't have time to put together a pull request, sorry... my comment was just a quick drive-by for posterity. You're welcome to put it in the readme or use...

For what it's worth, I'm really interested in #190 (carrying over an entire "project" until completed). If it helps any/to get discussion giong, it seems like there's two ways of...

For reference, the working link for the project is: https://github.com/200ok-ch/org-parser P.S. I'm looking forward to this, because #668 is a frustrating bug.