aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Reorganize and add context to org-capture-templatesGravatar Tom Willemse2020-03-101-4/+19
|
* Add org-edna to org-configurationGravatar Tom Willemse2020-03-081-2/+5
|
* Add some more capture templatesGravatar Tom Willemse2020-03-081-2/+12
|
* Add some more commands to org-hydraGravatar Tom Willemse2020-03-081-7/+10
|
* Add oni-hydra configuration, spruce up some hydrasGravatar Tom Willemse2020-03-051-8/+15
|
* Don’t let me accidentally write in the wrong placeGravatar Tom Willemse2020-02-031-1/+2
|
* Require ol-man to enable linking to man-pagesGravatar Tom Willemse2020-01-281-1/+2
|
* Remove org-wild-notifierGravatar Tom Willemsen2020-01-271-5/+2
| | | | It's a little too wild for my Windows machine, it starts a whole bunch of Emacs child processes that eat up all the CPU.
* Enable org-wild-notifier-mode in org-mode for notificationsGravatar Tom Willemse2020-01-261-1/+4
|
* Add dependency on oni-alert for oni-orgGravatar Tom Willemse2020-01-211-2/+2
|
* Change directory of org documents on WindowsGravatar Tom Willemse2020-01-211-2/+2
| | | | Instead of using u: I should make a symlink to u: from my Documents to keep things consistent.
* Add more custom agenda commandsGravatar Tom Willemse2020-01-141-2/+15
|
* Require subr-x in org-mode for ‘when-let’Gravatar Tom Willemse2020-01-141-1/+2
|
* Generate different colors for TODO keywords and tagsGravatar Tom Willemse2020-01-131-1/+34
|
* Enable spell checking in org-modeGravatar Tom Willemse2020-01-081-1/+2
|
* Add bookmarks file in org-modeGravatar Tom Willemse2019-11-251-2/+3
|