1
0
Fork 0
Commit graph

75 commits

Author SHA1 Message Date
9e0f0d4352 Setup refiling in org-mode 2021-02-23 21:40:39 -08:00
058c6b39ae Hide macro markers in Org mode 2021-02-15 16:49:53 -08:00
b32f8ff3c5 If the projects directory doesn’t exist, that’s fine 2021-02-01 13:41:54 -08:00
ff7d19dc1e Add ‘electric-quote-local-mode’ to org-mode buffers 2021-01-31 21:47:13 -08:00
a74e8817fa Add ‘org-roam’ commands to my org hydra 2021-01-31 21:42:29 -08:00
1155024811 Add any project files to ‘org-agenda-files’ 2021-01-20 16:34:06 -08:00
f4fe076d62 Don't load icons if the display can't handle them 2021-01-06 20:19:53 -08:00
6b24843ac8 Replace the NEXT keyword with TODO
I don’t think NEXT has any real meaning for me now that I’ve started using my
agenda as my real todo list.
2021-01-06 10:54:03 -08:00
8975e2fa22 When clocking in, check for a state head and switch to the next
Instead of checking specifically that it’s in the TODO state, check that it’s in
any one of the first states (like TODO, or READ). If this is the case, switch it
from the current state to whatever the settings define as being the next
state (usually WIP or READING).
2021-01-06 10:52:05 -08:00
5c2ed55020 Make org-journal files .org files 2021-01-04 15:11:38 -08:00
e7f4dfe84e Add org-journal and org-roam 2021-01-04 10:47:56 -08:00
7b7a67abc0 Don’t show scheduled items in the Next and Reading list views
The fact that they’re scheduled means they’re on my proper todo list for the
day, which means they shouldn’t really need to be in here anymore.
2020-12-29 21:32:19 -08:00
0daa3ae8ed Add custom ‘org-edna’ finder 2020-12-29 18:49:47 -08:00
6f565c0d99 Add icon for “music” category of tasks 2020-12-29 18:47:29 -08:00
70e2eb93c4 Add more org agenda icons 2020-12-04 00:01:56 -08:00
ec00df97bf Load ‘org-protocol’ when org loads 2020-12-04 00:01:33 -08:00
7969cd4251 Add things to deal with reading list in org-mode 2020-12-01 09:28:21 -08:00
8280bce15c Add the TODO state to backlinks 2020-11-19 23:57:20 -08:00
e800025945 Fixup work-related agenda views 2020-11-19 23:46:53 -08:00
f2c2bb4837 Switch to another window when opening agenda items 2020-11-17 18:04:38 -08:00
f6fb70894b Don’t use the ORIGIN property for back-links
A lot of the time when capturing some task my cursor is at a random location and
it doesn’t actually mean what I’m looking at is at all related to what I’m
writing.

I think this will make me occasionally miss certain connections, but usually
will provide less noise.
2020-11-15 14:10:39 -08:00
e6e28b3dd1 Have org-bibtex automatically generate custom ids for bibtex heading 2020-09-22 22:15:53 -07:00
91a59dcd56 Include links that use the custom id 2020-09-22 22:15:33 -07:00
e9b7271ceb Add my backlinks dynamic block to some capture templates 2020-09-21 18:47:38 -07:00
45658a0bfa Move all capture templates into their own files 2020-09-21 18:46:26 -07:00
721fccc2ca Move org-capture settings to their own section 2020-09-21 18:26:43 -07:00
2eb1766496 Move org-agenda settings to their own section 2020-09-21 18:24:08 -07:00
9823773eef Sort tags in org-mode 2020-09-21 18:14:44 -07:00
51c675aab4 Make sure when creating backlinks that any link only appears once 2020-09-21 18:10:08 -07:00
e652d0f47b Add dynamic block function for backlinks
Use it like so:

    #+BEGIN: oni-backlinks

    #+END
2020-09-21 15:34:33 -07:00
99a4c23dab Remove some unused functions 2020-08-24 15:56:04 -07:00
4354dd048f Add the icons to the oni-org package 2020-08-19 23:37:18 -07:00
eff2c72cc8 Fix typo 2020-08-18 08:01:59 -07:00
ae1e28f2dc Switch up some of the agenda commands 2020-08-18 08:01:28 -07:00
8a56b6b1ce Add some icons to ‘org-agenda-category-icon-alist’ 2020-08-18 08:00:45 -07:00
33cf3eb5ef Change the column to which tags are aligned 2020-08-12 20:48:30 -07:00
e9230aba2d Remove dependency on org-roam 2020-08-12 20:45:24 -07:00
235b9e9c47 Add the Next todo state
This is for things that should actually show up in my list of things to do.
2020-08-12 20:44:34 -07:00
08f2f54e3e Use a single file for all my org needs 2020-08-12 20:44:22 -07:00
68e1de0ecb Fix generation of todo keyword and tag faces 2020-08-05 10:15:32 -07:00
dbf740ba1e Add ‘org-roam’ 2020-07-14 09:55:51 -07:00
776b55608f Fix a warning 2020-07-10 10:20:03 -07:00
86e8f8987e Add inbox capture template 2020-07-10 10:19:49 -07:00
0908027f9f Stop using ‘auto-fill-mode’
Instead of using ‘auto-fill-mode’, start using ‘org-indent-mode’ and
‘visual-line-mode’. It looks the same, but without using any newlines and
indentation. It works well if combined with other tools like Orgzly which don’t
do any kind of indentation on their own.
2020-07-06 23:18:31 -07:00
9b147ad6af Add functions to create notes while reading ebooks 2020-05-11 00:14:57 -07:00
2bdec7864a Fix up shopping list 2020-04-20 22:09:31 -07:00
b4428f89c2 Hide future scheduled items from tag searches
The value of the variable ‘org-agenda-todo-ignore-scheduled’ causes it to ignore
any scheduled items that aren’t scheduled for today or in the past,
‘org-agenda-tags-todo-honor-ignore-options’ makes the value of
‘org-agenda-todo-ignore-scheduled’ also apply to tag searches. Since I’ve
replaced my global todo list with a tag search, this is preferable.
2020-04-20 15:12:51 -07:00
27260c2ef2 Add extra newline to the plain note capture template
I’m using the date as a kind-of header, calling ‘fill-paragraph’ doesn’t
understand that the date isn’t part of the paragraph. It also looks a little
cleaner in my opinion.
2020-04-20 15:10:25 -07:00
c4328c9c08 Fix code example capture for non-unique buffers
If there are 2 files name "Program.cs" open, for example, the simple
‘(get-buffer "Program.cs")’ won’t work. ‘find-file-noselect’ can work if we pass
in the full file path using the ‘%F’ format placeholder.
2020-04-20 15:08:18 -07:00
9c753fae7e Use font-awesome to display org checkboxes 2020-04-13 00:40:22 -07:00