aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add functions to create notes while reading ebooksGravatar Tom Willemse2020-05-111-2/+60
|
* Fix up shopping listGravatar Tom Willemse2020-04-201-6/+2
|
* Hide future scheduled items from tag searchesGravatar Tom Willemse2020-04-201-1/+2
| | | | | | | | 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.
* Add extra newline to the plain note capture templateGravatar Tom Willemse2020-04-201-2/+2
| | | | | | 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.
* Fix code example capture for non-unique buffersGravatar Tom Willemse2020-04-201-3/+3
| | | | | | 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.
* Use font-awesome to display org checkboxesGravatar Tom Willemse2020-04-131-8/+6
|
* Diminish org-ednaGravatar Tom Willemse2020-04-091-2/+5
|
* Change the column the habit graphs are printed inGravatar Tom Willemse2020-04-081-8/+9
|
* Remove appointments.orgGravatar Tom Willemse2020-03-311-6/+3
|
* Open file links in org-mode in the same windowGravatar Tom Willemse2020-03-261-1/+3
|
* Remove dependency declarations from Cask filesGravatar Tom Willemse2020-03-201-6/+0
| | | | | | The dependencies are also in the package files themselves and are the actual source of truth. The way I’ve reorganized the stages should mean that this isn’t necessary anymore.