1
0
Fork 0
Commit graph

834 commits

Author SHA1 Message Date
875e63d62a [oni-org] Allow project references to work with archived tasks
This commit fixes the issue that project tasks found in the archive of the org
file can't be accessed through the link that's been generated. This fixes that.
2022-10-19 22:52:45 -07:00
1d8734b275 [oni-eshell] Display Eshell in bottom window, not side window
A side window can't be made the only window, but a window at the bottom can.
2022-10-19 22:51:50 -07:00
1cebbcac5a [oni-elfeed] Add another RSS feed 2022-10-19 22:51:21 -07:00
1c9b256f78 [oni-org] Add icon for “config” tasks 2022-09-28 00:49:13 -07:00
073f83e8f9 [oni-org] Reduce the distance of the tags column
This will make top-level headlines still place their tags before the line ends.
2022-09-27 23:46:04 -07:00
8b71ddf093 [oni-groovy] Add ‘/’ as a pair for smartparens 2022-09-27 23:45:25 -07:00
81b630718c [oni-embrace] Add """ and ''' as pairs for Groovy 2022-09-27 23:44:48 -07:00
9c7baa6235 [oni-elfeed] Mark any paid LWN post as read
I can't read these anyway, so I might as well not see them.
2022-09-22 22:29:06 -07:00
3c22cbb1e0 [oni-org] Update available agenda commands 2022-09-21 23:44:27 -07:00
298402f2e1 [oni-org-roam] Show / hide the roam buffer when desired
This toggles the roam buffer on when a buffer that is part of org roam is
displayed, and toggles it off when I switch away.
2022-09-21 23:43:07 -07:00
4dcb5a4f6d [oni-elfeed] Add another url 2022-09-20 23:25:15 -07:00
90c9ef6270 [oni-smartparens] Add keybind for ‘sp-splice-sexp-killing-backward’ 2022-09-20 13:40:05 -07:00
5d59327d8d [oni-groovy] Replace ‘electric-pair-local-mode’ with Smartparens 2022-09-20 13:39:36 -07:00
30265c17a5 [oni-circe] Clear the polybar circe widget when Emacs is closed 2022-08-26 23:57:32 -07:00
fdeeccf264 [oni-emms] Set up emms-mpd 2022-08-26 22:09:53 -07:00
269bd1a78c [oni-circe] Add a couple more channels 2022-08-26 22:09:33 -07:00
375120e2dd [oni-circe] Show channel status in polybar
I don't like that this global status thing shows up everywhere on the mode line,
which is already quite full with minor modes and the like. This way it's only
ever in one place.
2022-08-26 22:05:51 -07:00
c7e5178a36 [oni-org] Add ‘form-feed’ package to dependencies
This way I can use pretty looking horizontal rulers in my org files.
2022-08-24 20:41:36 -07:00
9d5f0ace49 [oni-elfeed] Add some feeds 2022-08-17 14:51:17 -07:00
1f1e23ffd0 [oni-notmuch] Give deleted emails a different face 2022-08-17 14:50:41 -07:00
d8158ea7ee Add oni-emms module 2022-08-17 14:50:25 -07:00
54417e5852 [oni-notmuch] Add ‘ol-notmuch’ package 2022-07-18 08:55:10 -07:00
ab3fb36ca1 [oni-yaml] Add ‘yaml-pro’ package 2022-07-18 08:54:52 -07:00
2fc7107969 [oni-org] Update default todo agenda command
I've removed the hierarchy from my tags, so now I need to see any for the tag of
the current host name, any computer, and any emacs tasks that have a state of
TODO.
2022-06-21 22:45:57 -07:00
cc3aa6f532 [oni-org] Use IDs for org-mode links if a heading has one
I don't want to set it up to always use an ID just yet because I'm not sure how
well that will work with programs like Orgzly and Orgro which don't support
using ID.
2022-06-20 09:16:34 -07:00
f0bf02d9ec [oni-org] Remove ‘mixed-pitch’
I tried it, and I just didn't like it. It looks alright, but alignment is
difficult, and even though faces are set up to be fixed-pitch they still end up
rendering as variable-pitch. During startup my org file also loads too early and
doesn't get the right font set. It just doesn't really add enough.
2022-06-20 09:11:58 -07:00
1c3b3abb39 [oni-org] Add “Waiting for” to my overview and add “Review” agenda 2022-06-13 16:16:47 -07:00
3a5ea16176 [oni-org] Update all dynamic blocks on save
Skip any that are in archived files.
2022-06-13 16:16:11 -07:00
df3396bd8f [oni-org] Search through the archive for project tasks
When I archive tasks I still want them to show up in the projects.
2022-06-05 14:14:56 -07:00
c63f5f0fec [oni-org] Add function to write oni-project-steps dblock
This allows me to run ‘org-dynamic-block-insert-dblock’ instead of having to
write it manually each time.
2022-05-26 23:13:28 -07:00
67fbdf607e [oni-elfeed] Add more feeds 2022-05-26 23:12:47 -07:00
a10f099d32 [oni-core] Load notmuch config 2022-05-26 23:12:37 -07:00
efb74f9440 [oni-org] Switch to the marker's buffer before getting ID 2022-05-26 01:32:06 -07:00
467914a556 [oni-org] Find projects in any of my agenda files 2022-05-26 01:31:24 -07:00
1e45df5b61 [oni-elfeed] Add some feeds 2022-05-26 01:30:22 -07:00
4505e5bf9f [oni-notmuch] Add notmuch configuration 2022-05-26 00:21:54 -07:00
da68ca4f7d [oni-org] Fix using ‘oni-org-move-subtree’ multiple times in a row
Before, because of the use of ‘org-cut-subtree’, which in turn calls
‘kill-region’, which checks to see if ‘last-command’ equals ‘kill-region’ and
uses either ‘kill-append’ or ‘kill-new’ repeated uses of the
‘oni-org-move-subtree’ command would append cut subtrees together and repeatedly
paste the same subtrees over and over again.

Setting ‘this-command’ will make sure that when the ‘kill-region’ checks the
value of ‘last-command’ it won't find ‘kill-region’ there.
2022-05-13 11:15:01 -07:00
4b94f8403c [oni-org] Use ‘rx’ instead of ‘rx-to-string’
‘rx’ should expand to what is needed to make sure that the right thing is done.
I feel more comfortable using this than ‘rx-to-string’ while unquoting the
variables I use.
2022-05-11 20:37:11 -07:00
54e9c9c26f [oni-org] Combine ‘oni-move-subtree-*’ into ‘oni-org-move-subtree’
These two functions do essentially the same thing, but in different directions.
This can also be done with one single interactive function. This way there is
only one thing to call.
2022-05-11 20:21:53 -07:00
aaa5b89d0a [oni-org] Add commands to move subtrees relative to others 2022-04-24 02:53:43 -07:00
297df3579d [oni-org] Add agenda to overview command and show 10 items each 2022-04-24 02:53:18 -07:00
40919f0fe9 [oni-org] Remove references to ‘oni-backlinks’
I haven't actually been using them at all, and they're just clogging up the
‘org-update-all-dblocks’ command by doing a bunch of unnecessary work.
2022-04-22 17:27:15 -07:00
d6897a634a [oni-browse] Redirect any ‘*.medium.com’ URL to scribe.rip 2022-04-01 18:44:23 -07:00
ed3149f690 [oni-groovy] Add defun-based navigation properties
With this also comes the ability to call ‘narrow-to-defun’ and have it show only
the current function.
2022-04-01 18:43:25 -07:00
64d141212b [oni-package] Add tekuti-el repository 2022-04-01 18:40:17 -07:00
64fee97d35 [oni-org] Add support for id: backlinks in oni-backlinks dblock 2022-04-01 18:39:47 -07:00
641f736478 [oni-org] Add dynamic block for org for linking together projects
This is similar to my backlinks dynamic block, but it supports links by id and
will print them as a checkbox so that the project can track progress by using
the progress cookies.
2022-04-01 18:37:10 -07:00
2dd841ffc3 [oni-org] Add an agenda with tasks, articles, videos, and music 2022-04-01 18:35:55 -07:00
4e73acbae8 [oni-lsp] Remove ivy dependency 2022-03-18 11:09:34 -07:00
3ef86655f1 [oni-org] Show the agenda as the only window 2022-03-15 23:10:59 -07:00