aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
Commit message (Collapse)AuthorAgeFilesLines
...
* Add an icon for Emacs tasksGravatar Tom Willemse2021-04-071-20/+21
|
* Fix ‘org-roam-insert-immediate’ use in ↵Gravatar Tom Willemse2021-03-291-3/+3
| | | | | | | | ‘oni-hydra-org’ This still probably calls ‘org-roam-insert-immediate’ incorrectly, but it fixes it for my current use case. I’ve changed the call to ‘org-roam-find-file’ in a similar manner in case it ever starts asking me interactively for things.
* Decouple ‘oni-org’ and ‘oni-org-roam’Gravatar Tom Willemse2021-03-251-12/+8
| | | | | ‘org-roam’ doesn’t seem to work correctly on all the machines that I use ‘org-mode’ on.
* For the journal capture template, only include task if ↵Gravatar Tom Willemse2021-03-252-4/+2
| | | | clocked in
* Bump version for oni-orgGravatar Tom Willemse2021-03-241-1/+1
| | | | | I updated one of the capture templates, but since they’re not part of the ‘.el’ file itself the version needs to manually be bumped.
* Add a link to the clocked-in task for journal entriesGravatar Tom Willemse2021-03-171-0/+2
|
* Setup refiling in org-modeGravatar Tom Willemse2021-02-231-1/+13
|
* Hide macro markers in Org modeGravatar Tom Willemse2021-02-151-1/+2
|
* If the projects directory doesn’t exist, that’s fineGravatar Tom Willemse2021-02-011-3/+5
|
* Add ‘electric-quote-local-mode’ to org-mode buffersGravatar Tom Willemse2021-01-311-1/+2
|
* Add ‘org-roam’ commands to my org hydraGravatar Tom Willemse2021-01-311-4/+8
|
* Add any project files to ‘org-agenda-files’Gravatar Tom Willemse2021-01-201-2/+3
|
* Don't load icons if the display can't handle themGravatar Tom Willemse2021-01-061-2/+3
|
* Replace the NEXT keyword with TODOGravatar Tom Willemse2021-01-061-2/+2
| | | | | I don’t think NEXT has any real meaning for me now that I’ve started using my agenda as my real todo list.
* When clocking in, check for a state head and switch to ↵Gravatar Tom Willemse2021-01-061-2/+2
| | | | | | | | | 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).
* Make org-journal files .org filesGravatar Tom Willemse2021-01-041-1/+2
|
* Add org-journal and org-roamGravatar Tom Willemse2021-01-041-2/+14
|
* Don’t show scheduled items in the Next and Reading ↵Gravatar Tom Willemse2020-12-291-3/+3
| | | | | | | 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.
* Add custom ‘org-edna’ finderGravatar Tom Willemse2020-12-291-1/+9
|
* Add icon for “music” category of tasksGravatar Tom Willemse2020-12-292-2/+3
|
* Add more org agenda iconsGravatar Tom Willemse2020-12-048-2/+9
|
* Load ‘org-protocol’ when org loadsGravatar Tom Willemse2020-12-041-0/+1
|
* Add things to deal with reading list in org-modeGravatar Tom Willemse2020-12-013-2/+41
|
* Add the TODO state to backlinksGravatar Tom Willemse2020-11-191-6/+10
|
* Fixup work-related agenda viewsGravatar Tom Willemse2020-11-191-7/+7
|
* Switch to another window when opening agenda itemsGravatar Tom Willemse2020-11-171-1/+10
|
* Don’t use the ORIGIN property for back-linksGravatar Tom Willemse2020-11-151-2/+11
| | | | | | | | | 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.
* Have org-bibtex automatically generate custom ids for ↵Gravatar Tom Willemse2020-09-221-1/+2
| | | | bibtex heading
* Include links that use the custom idGravatar Tom Willemse2020-09-221-0/+7
|
* Add my backlinks dynamic block to some capture templatesGravatar Tom Willemse2020-09-213-0/+9
|
* Move all capture templates into their own filesGravatar Tom Willemse2020-09-2113-21/+68
|
* Move org-capture settings to their own sectionGravatar Tom Willemse2020-09-211-63/+66
|
* Move org-agenda settings to their own sectionGravatar Tom Willemse2020-09-211-45/+50
|
* Sort tags in org-modeGravatar Tom Willemse2020-09-211-1/+2
|
* Make sure when creating backlinks that any link only ↵Gravatar Tom Willemse2020-09-211-2/+2
| | | | appears once
* Add dynamic block function for backlinksGravatar Tom Willemse2020-09-211-1/+29
| | | | | | | | Use it like so: #+BEGIN: oni-backlinks #+END
* Remove some unused functionsGravatar Tom Willemse2020-08-241-37/+1
|
* Add the icons to the oni-org packageGravatar Tom Willemse2020-08-191-1/+2
|
* Fix typoGravatar Tom Willemse2020-08-181-2/+2
|
* Switch up some of the agenda commandsGravatar Tom Willemse2020-08-181-4/+5
|
* Add some icons to ‘org-agenda-category-icon-alist’Gravatar Tom Willemse2020-08-1811-2/+30
|
* Change the column to which tags are alignedGravatar Tom Willemse2020-08-121-1/+2
|
* Remove dependency on org-roamGravatar Tom Willemse2020-08-121-6/+2
|
* Add the Next todo stateGravatar Tom Willemse2020-08-121-1/+1
| | | | This is for things that should actually show up in my list of things to do.
* Use a single file for all my org needsGravatar Tom Willemse2020-08-121-28/+13
|
* Fix generation of todo keyword and tag facesGravatar Tom Willemse2020-08-051-13/+16
|
* Add ‘org-roam’Gravatar Tom Willemse2020-07-141-2/+6
|
* Fix a warningGravatar Tom Willemse2020-07-101-1/+2
|
* Add inbox capture templateGravatar Tom Willemse2020-07-101-1/+4
|
* Stop using ‘auto-fill-mode’Gravatar Tom Willemse2020-07-061-4/+5
| | | | | | | 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.