Trevoke

Results 111 issues of Trevoke

This might require breaking up `with-org-gtd-context` into multiple macros.

enhancement

https://orgmode.org/manual/In_002dbuffer-Settings.html

enhancement

https://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.html

enhancement

The request came up once or twice to do more complex task dependency than the linear setup currently in place. Since I'm using `org-edna` for this linear setup, one option...

enhancement
help wanted

Unsure whether just the number is fine, or whether it could be a visual representation, e.g. `->[12]`, `->[86]` or `->[]` `->[[]]`, `->[[[]]]` Idea from #21

enhancement

**Describe the solution you'd like** I like to know the code I use is stable, so I would like to use a known stable version of org-roam-ui. Adding a version...

enhancement

*Description of changes:* Fix typo in README By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

If I have the following: ``` ruby class Foo < AR::Base has_many :bars end class Bar < AR::Base belongs_to :foo end ``` I'd like to be able to jump to...

This is something about the interaction between company-lsp and lsp-mode. lsp-mode does jump-to-defnition very well through xref-find-definitions, but I can't quite make it work with company-lsp. The best I can...