Sabicool

Results 13 comments of Sabicool

Something to that effect can be done with a bit of elisp. It doesn't take the user to that specific subtree and ask them to organise it, but for my...

I am using gnome version 3.36.8 on Ubuntu 20.04.3 LTS

I hate to do this to you. Should it be 'org-gtd-reverse-note-order' to avoid confusion with the variable by the same name in org remember?

If anyone comes across this problem in the future, here is a quick fix that you can use: Can define a function with this: ``` (if (bound-and-true-p olivetti-mode) (progn (olivetti-mode...

> That's super bizarre. Well, at this point I am not even sure what to suggest. My only other idea would be cloning the repo and adding zetteldesk-kb to the...

Sorry forgot to add. Need to uncomment hydra in `init.el`. But doing all of those steps should work. I'll confirm it later when I'm back at my computer.

I recently found some time and updated to org-gtd v3.0.0. I used to have a workflow where something could be refiled to org-roam (with or without an ID) by using...

I managed to get something that somewhat works. I initially tried to do it in a similar way that `org-gtd-archive-item-at-point` works but it errors out with `save-current-buffer: Wrong type argument:...

@ParetoOptimalDev @bbigras see a possible solution regarding org-gtd scheduling here https://github.com/Trevoke/org-gtd.el/issues/187. Could be an option to use this in addition with scheduling and deadlines where: - The property `ORG_GTD_TIMESTAMP` could...

Added ability to remove timestamp with `C-u` prefix: ``` (defun my/org-agenda-set-property (prop val) "Set a property for the current headline in an org-agenda buffer non-interactively" (org-agenda-check-no-diary) (let* ((hdmarker (or (org-get-at-bol...