aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org/oni-org.el
Commit message (Collapse)AuthorAgeFilesLines
* [oni-org] Add capture template for DONE tasksHEADmasterGravatar Tom Willemse2024-05-091-1/+11
|
* [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-221-2/+8
|
* [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 category icons for “blog” and ↵Gravatar Tom Willemse2023-07-161-2/+4
| | | | “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-021-86/+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
|
* [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
* [oni-org] Add new commands to manage my GTD inbox and ↵Gravatar Tom Willemse2023-03-141-1/+101
| | | | | | | | | | | | | | | | | | | | | | tickler These function help me make sure that I'm properly going through both files. The command ‘oni-org-run-through-inbox’ will first dump any items in the tickler file that are relevant for today and then it goes through each item in my inbox and asks me to take an action on them. This helps me both go through my inbox more easily, but also helps me keep track of the items in my tickler file, which has been something I keep forgetting to look at. The ‘oni-org-dump-tickler’ command should be idempotent, so calling it multiple times per day shouldn't mess with the different dates in the file. If it discovers that the current day isn't the same as today it keeps going through the tickler file, dumping any tasks it finds into the inbox, until it finds the right day number. It's not aware of any of the months, so it'll happily move to the next month if your tickler file is in the wrong state. Also if your tickler file hasn't been updated in more than a month it also doesn't understand that it needs to keep going and will keep presenting you with old tasks.