| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | oni-org: Add function to insert org link into buffer | 8 days | 1 | -1/+20 | |
| | | |||||
| * | oni-org: Add capture template for a reference note | 8 days | 1 | -1/+18 | |
| | | |||||
| * | oni-org: Add function to change TODO state back after ↵ | 2026-01-08 | 1 | -3/+11 | |
| | | | | | clocking out | ||||
| * | oni-org: Remove reference to exocortex-novus | 2025-03-06 | 1 | -2/+2 | |
| | | |||||
| * | oni-org: Update location of todo files | 2025-03-06 | 1 | -33/+7 | |
| | | |||||
| * | oni-org: Move tasks to gtd folder | 2025-03-06 | 1 | -7/+13 | |
| | | |||||
| * | [oni-org] Add files with tasks in PARA directories | 2024-07-01 | 1 | -1/+18 | |
| | | | | | I'm trying out trying out PARA and these files sometimes have tasks in them. | ||||
| * | [oni-org] Change org tags column | 2024-07-01 | 1 | -1/+1 | |
| | | |||||
| * | [oni-org] Fix variable name | 2024-07-01 | 1 | -1/+1 | |
| | | | | | I think they must have renamed this variable at some point. | ||||
| * | [oni-org] Fix indentation | 2024-07-01 | 1 | -9/+9 | |
| | | |||||
| * | [oni-org] Slim down | 2024-07-01 | 1 | -243/+10 | |
| | | | | | Remove some unused parts of my configuration. | ||||
| * | [oni-org] Add capture template for DONE tasks | 2024-05-09 | 1 | -1/+11 | |
| | | |||||
| * | [oni-org] Fixup stuck-projects and overview agenda views | 2024-04-03 | 1 | -3/+5 | |
| | | |||||
| * | Add Stuck projects and overview agenda commands | 2024-03-12 | 1 | -2/+17 | |
| | | |||||
| * | [oni-org] Remove roam files from agenda, move roam database | 2024-02-15 | 1 | -4/+2 | |
| | | |||||
| * | [oni-org] Change location of my todo lists | 2024-02-01 | 1 | -90/+14 | |
| | | |||||
| * | [oni-org] Delete extra blank lines after removing inbox ↵ | 2023-11-14 | 1 | -2/+3 | |
| | | | | | items | ||||
| * | [oni-org] Fix off-by-one error | 2023-11-14 | 1 | -2/+2 | |
| | | |||||
| * | Remove ‘ace-link’ settings | 2023-10-03 | 1 | -4/+1 | |
| | | | | | These have been moved to my Guix configuration. | ||||
| * | Change ace-link keybinding from ‘C-c C-o’ to ‘C-S-e’ | 2023-10-02 | 1 | -2/+2 | |
| | | | | | | | I was trying to think of a good keybinding that I would like, and then I remembered that kitty uses the ‘C-S-e’ keybinding and I've grown accustomed to it. | ||||
| * | Add some more ace-link keybindings | 2023-10-02 | 1 | -1/+4 | |
| | | |||||
| * | [oni-org] Automatically generate faces for priorities in ↵ | 2023-09-18 | 1 | -1/+19 | |
| | | | | | org-mode | ||||
| * | [oni-org] Load agenda files from org roam | 2023-09-11 | 1 | -7/+3 | |
| | | |||||
| * | [oni-org] Clean up agenda category icon settings | 2023-09-11 | 1 | -38/+47 | |
| | | |||||
| * | [oni-org] Add a few extra category icons | 2023-08-22 | 6 | -2/+62 | |
| | | |||||
| * | [oni-org] Add some extra structure templates | 2023-08-06 | 1 | -1/+4 | |
| | | |||||
| * | Enable ‘variable-pitch-mode’ (again) | 2023-08-01 | 1 | -1/+2 | |
| | | | | | | | | Now that I've added the ‘org-table’ face to ‘yoshi-theme’[1] I can enable the mode again and not be bothered by misaligned tables. [1]: https://git.sr.ht/~ryuslash/yoshi-theme | ||||
| * | [oni-org] Add a dynamic block for showing a Mastodon ↵ | 2023-07-28 | 1 | -1/+40 | |
| | | | | | post as a quote | ||||
| * | [oni-org] Add a yasnippet snippet for a todo item | 2023-07-16 | 1 | -0/+10 | |
| | | |||||
| * | [oni-org] Add category icons for “blog” and ↵ | 2023-07-16 | 3 | -2/+6 | |
| | | | | | “writing” | ||||
| * | [oni-org] Add ob-async | 2023-07-10 | 1 | -2/+3 | |
| | | |||||
| * | Fix typo | 2023-07-09 | 1 | -2/+2 | |
| | | |||||
| * | [oni-org] Export “” as escaped html entities | 2023-07-06 | 1 | -2/+9 | |
| | | |||||
| * | [oni-org] Get rid of any ‘(setf (map-elt ...) ...)’ ↵ | 2023-06-21 | 1 | -72/+90 | |
| | | | | | | | | | | | | | | | | occurrences Right now this doesn't seem to work at all... It works fine when I evaluate this using ‘eval-defun’ or ‘eval-last-sexp’, but when I try to byte-compile it doesn't work. I've added my own custom macro that expands to the same thing that ‘(setf (map-elt ...) ...)’ should. I have forgotten how to write macros properly so I may have made some mistakes. This should only be temporary until I figure out why this is happening... it might just be that I'm using a version of Emacs built from a faulty commit. | ||||
| * | [oni-org] Only show snippet captures in ‘org-mode’ | 2023-06-13 | 1 | -1/+7 | |
| | | | | | They don't currently make sense for anywhere else... | ||||
| * | [oni-org] Fontify quote and verse blocks specially | 2023-06-13 | 1 | -0/+1 | |
| | | |||||
| * | [oni-org] Add a capture template for a snippet about ↵ | 2023-06-13 | 1 | -0/+8 | |
| | | | | | Emacs articles | ||||
| * | [oni-org] Add template for capturing Emacs package questions | 2023-06-13 | 1 | -1/+16 | |
| | | |||||
| * | [oni-org] Bring back capture templates and agenda views | 2023-06-07 | 1 | -1/+76 | |
| | | | | | New and (hopefully) improved... | ||||
| * | [oni-org] Add gnuplot to automatically loaded languages ↵ | 2023-06-04 | 1 | -1/+2 | |
| | | | | | for Babel | ||||
| * | [oni-org] Add my tickler file to my refile targets | 2023-06-04 | 1 | -2/+7 | |
| | | |||||
| * | [oni-org] Sort paragraph | 2023-06-04 | 1 | -1/+1 | |
| | | |||||
| * | [oni-org] Use a new archive file for each year | 2023-06-04 | 1 | -1/+5 | |
| | | | | | | | This way archives don't keep growing indefinitely and opening the archive doesn't load every single language I've ever used because there are code blocks in there. | ||||
| * | [oni-org] Throw away custom agenda commands and capture ↵ | 2023-06-02 | 13 | -135/+1 | |
| | | | | | templates | ||||
| * | [oni-org] Automatically hide source code blocks marked ↵ | 2023-06-01 | 1 | -1/+18 | |
| | | | | | | | | as hidden Source: https://emacs.stackexchange.com/questions/44914/choose-individual-startup-visibility-of-org-modes-source-blocks | ||||
| * | [oni-org] Sort hooks | 2023-05-30 | 1 | -2/+2 | |
| | | |||||
| * | [oni-org] Enable ‘yas-minor-mode’ in Org Mode | 2023-05-30 | 1 | -1/+2 | |
| | | |||||
| * | [oni-org] Automatically load ‘ob-dot’ | 2023-05-30 | 1 | -1/+2 | |
| | | |||||
| * | [oni-org] Fix typo | 2023-05-26 | 1 | -2/+2 | |
| | | |||||
| * | [oni-org] Change the way file links are displayed in ↵ | 2023-05-26 | 1 | -1/+17 | |
| | | | | | | | | org-mode If a file link points to a file that doesn't exist, display it similarly to an error. | ||||
