aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
Commit message (Collapse)AuthorAgeFilesLines
* [oni-org] Fixup stuck-projects and overview agenda viewsGravatar Tom Willemse2024-04-031-3/+5
|
* Add Stuck projects and overview agenda commandsGravatar Tom Willemse2024-03-121-2/+17
|
* [oni-org] Remove roam files from agenda, move roam databaseGravatar Tom Willemse2024-02-151-4/+2
|
* [oni-org] Change location of my todo listsGravatar Tom Willemse2024-02-011-90/+14
|
* [oni-org] Delete extra blank lines after removing inbox ↵Gravatar Tom Willemse2023-11-141-2/+3
| | | | items
* [oni-org] Fix off-by-one errorGravatar Tom Willemse2023-11-141-2/+2
|
* Remove ‘ace-link’ settingsGravatar Tom Willemse2023-10-031-4/+1
| | | | These have been moved to my Guix configuration.
* Change ace-link keybinding from ‘C-c C-o’ to ‘C-S-e’Gravatar Tom Willemse2023-10-021-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 keybindingsGravatar Tom Willemse2023-10-021-1/+4
|
* [oni-org] Automatically generate faces for priorities in ↵Gravatar Tom Willemse2023-09-181-1/+19
| | | | org-mode
* [oni-org] Load agenda files from org roamGravatar Tom Willemse2023-09-111-7/+3
|
* [oni-org] Clean up agenda category icon settingsGravatar Tom Willemse2023-09-111-38/+47
|
* [oni-org] Add a few extra category iconsGravatar Tom Willemse2023-08-226-2/+62
|
* [oni-org] Add some extra structure templatesGravatar Tom Willemse2023-08-061-1/+4
|
* Enable ‘variable-pitch-mode’ (again)Gravatar Tom Willemse2023-08-011-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 ↵Gravatar Tom Willemse2023-07-281-1/+40
| | | | post as a quote
* [oni-org] Add a yasnippet snippet for a todo itemGravatar Tom Willemse2023-07-161-0/+10
|
* [oni-org] Add category icons for “blog” and ↵Gravatar Tom Willemse2023-07-163-2/+6
| | | | “writing”
* [oni-org] Add ob-asyncGravatar Tom Willemse2023-07-101-2/+3
|
* Fix typoGravatar Tom Willemse2023-07-091-2/+2
|
* [oni-org] Export “” as escaped html entitiesGravatar Tom Willemse2023-07-061-2/+9
|
* [oni-org] Get rid of any ‘(setf (map-elt ...) ...)’ ↵Gravatar Tom Willemse2023-06-211-80/+98
| | | | | | | | | | | | | | | 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’Gravatar Tom Willemse2023-06-131-1/+7
| | | | They don't currently make sense for anywhere else...
* [oni-org] Fontify quote and verse blocks speciallyGravatar Tom Willemse2023-06-131-0/+1
|
* [oni-org] Add a capture template for a snippet about ↵Gravatar Tom Willemse2023-06-131-0/+8
| | | | Emacs articles
* [oni-org] Add template for capturing Emacs package questionsGravatar Tom Willemse2023-06-131-1/+16
|
* [oni-org] Bring back capture templates and agenda viewsGravatar Tom Willemse2023-06-071-1/+76
| | | | New and (hopefully) improved...
* [oni-org] Add gnuplot to automatically loaded languages ↵Gravatar Tom Willemse2023-06-041-1/+2
| | | | for Babel
* [oni-org] Add my tickler file to my refile targetsGravatar Tom Willemse2023-06-041-2/+7
|
* [oni-org] Sort paragraphGravatar Tom Willemse2023-06-041-1/+1
|
* [oni-org] Use a new archive file for each yearGravatar Tom Willemse2023-06-041-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 ↵Gravatar Tom Willemse2023-06-0213-135/+1
| | | | templates
* [oni-org] Automatically hide source code blocks marked ↵Gravatar Tom Willemse2023-06-011-1/+18
| | | | | | | as hidden Source: https://emacs.stackexchange.com/questions/44914/choose-individual-startup-visibility-of-org-modes-source-blocks
* [oni-org] Sort hooksGravatar Tom Willemse2023-05-301-2/+2
|
* [oni-org] Enable ‘yas-minor-mode’ in Org ModeGravatar Tom Willemse2023-05-301-1/+2
|
* [oni-org] Automatically load ‘ob-dot’Gravatar Tom Willemse2023-05-301-1/+2
|
* [oni-org] Fix typoGravatar Tom Willemse2023-05-261-2/+2
|
* [oni-org] Change the way file links are displayed in ↵Gravatar Tom Willemse2023-05-261-1/+17
| | | | | | | org-mode If a file link points to a file that doesn't exist, display it similarly to an error.
* [oni-org] Add function that I want to save and have no ↵Gravatar Tom Willemse2023-05-251-0/+22
| | | | place for yet
* [oni-org] Remove use of deprecated functionsGravatar Tom Willemse2023-05-251-2/+2
|
* [oni-org] Remove dependency on deprecated packageGravatar Tom Willemse2023-05-251-2/+2
|
* Replace all Cask files with Eldev filesGravatar Tom Willemse2023-05-252-10/+20
| | | | | | | | | I'm working on moving my build setup to my own laminar[1] instance. To do this I need to be able to package files up. It appears that I couldn't quite get Cask to work, and Eldev exists in the Guix[2] package repository. [1]: https://laminar.ryuslash.org/ [2]: https://guix.gnu.org/
* [oni-org] Experiment with using more contexts to filter ↵Gravatar Tom Willemse2023-04-111-11/+22
| | | | | | | | | | | | | | | | | | tasks Instead of adding a lot of tags and adding a lot of agendas filtering on them I'm experimenting with using org-edna to make certain contexts a dependency of a task to filter them out of my todo list. Current contexts I'm experimenting with are: - ‘day-of-week?’ to filter out tasks that I can only do on certain days. - ‘night-time?’ to filter out anything that I can't do in the evening. Usually having to do with contacting others. - ‘business-hours?’ to filter out anything that is outside of a certain timezone's “business hours”, defined by me as anywhere between 9am and 6pm.
* [oni-org] Simplify org element property accessGravatar Tom Willemse2023-04-111-4/+3
|
* [oni-org] Add ‘org-pretty-table’Gravatar Tom Willemse2023-04-091-2/+3
|
* [oni-org] Disable padding of date for comparisonGravatar Tom Willemse2023-04-031-2/+2
| | | | Comparing “3” to “03”, for example, won't ever succeed.
* [oni-org] Fix keybindingGravatar Tom Willemse2023-03-301-2/+2
|
* [oni-org] Add keybinding to refile items to the top of a ↵Gravatar Tom Willemse2023-03-251-1/+8
| | | | heading
* [oni-org] Don't truncate the text in the pomodoro overviewGravatar Tom Willemse2023-03-201-5/+5
| | | | | Instead specify a width for the column and shrink the table. This way it still gets truncated, but it can be expanded and the whole text is in the column.
* [oni-org] Fix ‘oni-org-pomodoro-times’ for when no ↵Gravatar Tom Willemse2023-03-201-9/+9
| | | | logbook exists