aboutsummaryrefslogtreecommitdiff
path: root/config/emacs/emacs.d/org-captures
Commit message (Collapse)AuthorAge
* config: emacs: org: templates: add description promptKenny Ballou2022-05-03
| | | | | | | | Using this more, when clocked into tasks, the header is nice, but after 5 of these in a single day, it's hard to distinguish the different notes without looking at _all_ of the notes. Add a prompt even when clocked. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* config: emacs: org: remove notes capture templateKenny Ballou2022-04-21
| | | | | | | Opting to put everything into the logbook, instead of scattered about into a multitude of files. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* emacs: org: add contact templateKenny Ballou2022-03-14
| | | | Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* config: emacs: reformat capture templatesKenny Ballou2022-02-02
| | | | Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* org: capture: update title and timestamp of task logsKenny Ballou2021-10-20
| | | | | | | | If clocked, a log note related to a task should just use the title of the clocked task instead of asking for a description. Furthermore, since we want the notes to show up in the agenda, make the timestamp active. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* org: template: add link to file instead of %aKenny Ballou2021-09-16
| | | | | | | Often the kill-ring or last region contains more than org-mode links seem capable of displaying. Simply use the current buffer as the link. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* emacs: org: set active timestamps for log entriesKenny Ballou2021-07-07
| | | | Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* emacs: log notes: add RECORD tagKenny Ballou2021-04-21
| | | | Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* emacs: org: add logbook entry templateKenny Ballou2021-04-18
| | | | Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* emacs: org: file task notes to logbook datetreeKenny Ballou2021-04-17
| | | | | | | | | Instead of trying to log items to the task itself, simply log the note to a global logbook with a link to the task. The active region, if any, will be inserted into the entry text. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
* emacs: org: add related todo templateKenny Ballou2021-03-30
| | | | Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* emacs: capture: use inactive timestamp for message dateKenny Ballou2020-12-22
| | | | Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
* dots: now for something completely differentKenny Ballou2020-12-15
Use home-manager to configure user packages, dotfiles, and various other configurations. Add home-manager configuration for installing and managing user packages and profiles. Convert nearly all configuration to use home-manager to install and link configuration files. In no particular order of reference, I've used and/or referenced the following configurations and posts for this homeification: [[0], [1], [2], [3], [4], [5], [6], [7], [8], [9], [10]]. [0]: https://gitlab.com/NobbZ/nix-home-manager-dotfiles [1]: https://www.malloc47.com/migrating-to-nixos/ [2]: https://lucperkins.dev/blog/home-manager/ [3]: https://github.com/jwiegley/nix-config [4]: https://www.thedroneely.com/posts/declarative-user-package-management-in-nixos/ [5]: https://hugoreeves.com/posts/2019/nix-home/ [6]: https://rycee.gitlab.io/home-manager/ [7]: https://rycee.net/posts/2017-07-02-manage-your-home-with-nix.html [8]: https://github.com/abcdw/rde [9]: https://github.com/ryantm/dotfiles [10]: https://git.sr.ht/~vdemeester/home Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>