Adam Porter

Results 2643 comments of Adam Porter

For future reference, I will likely not notice issues and PRs posted to this repo very often, because GitHub provides no way to search for issues on both my personal...

> Don't you receive a mail for PR's and Issues as admin of helm-org? Yeah, but I get a deluge of email, especially from GitHub. I guess I'll have to...

Hi Thierry, 1. The persistent action worked fine for me before this PR. Maybe my Helm version is too old? 2. I think this PR makes the summaries less useful,...

> BTW I have fixed the re-search-forward call to avoid error I actually left it that way on purpose, so it would raise an error if the HTTP request can't...

Cool. I think the `org-brain` package would find some features, like bi-directional links, very helpful.

Thanks, I'm looking forward to your work! This opens up exciting possibilities. It may not be appropriate to mention requests here, but there are a couple of features that would...

FYI, I'm not sure if I need this anymore. I discovered that I can use Graphviz to layout graphs with image maps, and Emacs makes them clickable. It works very...

Thanks for reporting these issues. > I've tried to add org-capture-refile to org-recent-headings-advise-functions, but it doesn't work. Can you be more specific about that? Are there entries for both the...

That's an interesting idea, thanks. I'd suggest using an idle timer, something like this: ```el (use-package org-recent-headings :config (defvar my/org-recent-headings-timer nil "Idle timer used to add to org-recent-headings list.") (defun...

I see what you mean. I think the idle timer version would be suitable for including in this package, but the non-idle one probably wouldn't be, because I think we...