aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
Commit message (Collapse)AuthorAgeFilesLines
* [oni-org] Allow refiling to someday.orgGravatar Tom Willemse2022-01-121-2/+9
| | | | | I'm trying to get a little more serious about GTD, and using a someday file is part of that.
* [oni-org] Modify the columns format for the todo listGravatar Tom Willemse2022-01-111-2/+3
| | | | | Since I'm trying out the Pomodoro technique I want to be able to see at how many pomodoro's I've estimated something so that I can choose what to do next.
* [oni-org] Don't change the state of a TODO when I'm ↵Gravatar Tom Willemse2022-01-111-2/+3
| | | | | | | | | capturing it When a capture template is set up to clock in as I'm capturing it, this function would immediately change the state of the item to WIP (or whichever next status there was), but even though I'm spending time on the ticket at that point it's not in progress yet.
* [oni-org] Add a simple Pomodoro durationGravatar Tom Willemse2022-01-101-1/+12
| | | | | | I'm trying out the Pomodoro Technique and one of the things you're supposed to do is estimate your tasks in pomodoros. This change lets me estimate in, for example, 1p (20min) based on my specified pomodoro duration.
* Remove autoloads for snippet loadingGravatar Tom Willemse2021-12-011-3/+1
| | | | | Loading ‘yasnippet’ shouldn't automatically load my package configuration. If my package configuration hasn't been loaded it shouldn't try to include my snippets.
* [oni-org] Enable ‘electric-pair-local-mode’Gravatar Tom Willemse2021-11-301-1/+2
| | | | | With ‘electric-pair-local-mode’ and my inhibit function together I get a pretty reasonable way of typing fancy quotes and regular quotes in words like “don't”.
* [oni-org] Don’t require ‘ol-man’Gravatar Tom Willemse2021-10-171-2/+2
| | | | | It seems that ‘ol-man’ was moved from org-contrib to the main org repository, but the version of org hasn’t been updated yet, so my system can’t find it yet.
* [oni-org] Bring back Org RoamGravatar Tom Willemse2021-10-061-5/+6
|
* [oni-org] Don’t inherit the ‘project’ tagGravatar Tom Willemse2021-09-161-1/+2
|
* [oni-org] Log non-state notes into the task, outside a ↵Gravatar Tom Willemse2021-09-121-2/+16
| | | | drawer
* [oni-org] Remove old compiled snippets fileGravatar Tom Willemse2021-09-111-11/+0
|
* [oni-org] Add and enable `mixed-pitch' modeGravatar Tom Willemse2021-09-111-2/+3
|
* [oni-org] Fix typoGravatar Tom Willemse2021-08-301-1/+1
|
* [oni-org] Always give Album entries the “music” categoryGravatar Tom Willemse2021-08-301-0/+3
|
* [oni-org] Use ‘grep -E’ instead of ‘egrep’Gravatar Tom Willemse2021-08-301-3/+5
| | | | | ‘egrep’ doesn’t seem to be a program that exists on Windows, even after installing the GNU coreutils through at least Cygwin and MSYS2.
* [oni-org] Simplify usage of inbox.orgGravatar Tom Willemse2021-08-152-34/+31
| | | | | | Instead of everything that needs to explicitly mentioning inbox.org, make it the default notes file. Usually all new notes should be captured in there and will be moved up to other places.
* [oni-org] Add any org files to the agenda listGravatar Tom Willemse2021-08-121-3/+6
|
* [oni-org] Update Heading snippetGravatar Tom Willemse2021-08-041-6/+6
|
* [oni-org] Expand/update used todo keywordsGravatar Tom Willemse2021-08-031-3/+6
|
* [oni-org] Rename ‘oni-org-knowledge-*’ to ↵Gravatar Tom Willemse2021-07-301-16/+16
| | | | ‘oni-org-exocortex-*’
* [oni-org] Fix ‘oni-org-find-knowledge-file’Gravatar Tom Willemse2021-07-301-2/+3
| | | | | | Make sure that any new files for notes are created in the ‘oni-org-knowledge-directory’ directory and not in whichever directory the current buffer is visiting.
* [oni-org] Add some functions for easy note writingGravatar Tom Willemse2021-07-241-20/+99
|
* [oni-org] Hide both TITLE and title in org buffersGravatar Tom Willemse2021-07-241-2/+3
|
* [oni-org] Remove autoload cookieGravatar Tom Willemse2021-07-201-3/+5
|
* [oni-org] Document where icons come fromGravatar Tom Willemse2021-07-061-3/+6
|
* [oni-org] Add some category iconsGravatar Tom Willemse2021-07-063-1/+9
|
* [oni-org] Check for ‘line-start’ instead of ‘\n’Gravatar Tom Willemse2021-07-061-1/+1
| | | | | Line-start is more accurate and will work for both the beginning of the buffer, and anywhere else in the buffer at the start of the line.
* [oni-org] Add capture template for CODE Magazine issuesGravatar Tom Willemse2021-07-061-4/+33
|
* [oni-org] Add capture template for bought albumsGravatar Tom Willemse2021-07-051-1/+8
|
* [oni-org] Capture most output into my inbox fileGravatar Tom Willemse2021-07-051-8/+7
|
* [oni-org] Add code to embed SVG images in outputGravatar Tom Willemse2021-07-011-1/+37
| | | | This was taken from https://emacs.stackexchange.com/a/57433
* [oni-org] Only expand snippets if the key is at start of ↵Gravatar Tom Willemse2021-06-301-1/+9
| | | | line
* [oni-org] Add ‘olivetti’ to org-mode buffersGravatar Tom Willemse2021-06-301-2/+3
|
* [oni-org] Remove ‘org-journal’ dependencyGravatar Tom Willemse2021-06-301-7/+2
| | | | I haven’t been using ‘org-journal’, just a simple capture template.
* [oni-org] Add functions to remove and toggle inlineimagesGravatar Tom Willemse2021-06-301-1/+31
|
* [oni-org] Add function to enable showing inline images ↵Gravatar Tom Willemse2021-06-301-2/+21
| | | | on startup
* [oni-org] Add simple interactive command to wrap a ↵Gravatar Tom Willemse2021-06-221-1/+14
| | | | region in a block
* [oni-org] Hide ‘#+TITLE: ’Gravatar Tom Willemse2021-06-221-1/+2
|
* [oni-org] Extend the day until 2amGravatar Tom Willemse2021-06-211-1/+2
|
* [oni-org] Depend on ‘org’ and ‘org-contrib’Gravatar Tom Willemse2021-06-211-2/+2
| | | | | ‘org-plus-contrib’ has been deprecated and the equivalent should now be the ‘org’ and ‘org-contrib’ packages.
* [oni-org] Allow refiling to the current bufferGravatar Tom Willemse2021-06-111-2/+3
|
* Add Effort to the Reading list viewGravatar Tom Willemse2021-05-181-3/+4
| | | | Also fix a typo ‘Reding’ -> ‘Reading’
* [oni-org] Require using ‘{}’ for sub- and superscriptsGravatar Tom Willemse2021-04-251-1/+2
|
* [oni-org] Specialize ‘C-a’ and ‘C-e’ for org ↵Gravatar Tom Willemse2021-04-251-1/+2
| | | | | | | | elements When on a heading, first move to the beginning of the heading title, and then to the beginning of the line. For moving to the end, first move to the end of the title, and then past any tags.
* [oni-org] Automatically renumber and sort footnotes in orgGravatar Tom Willemse2021-04-251-1/+2
|
* [oni-org] Display entities in org in a nicer wayGravatar Tom Willemse2021-04-251-3/+4
|
* [oni-org] Make ‘org-agenda’ restore the window ↵Gravatar Tom Willemse2021-04-251-1/+2
| | | | configuration
* [oni-org] Add an unestimated reading list viewGravatar Tom Willemse2021-04-251-1/+4
|
* Add ‘org-roam-insert’ to my Org hydraGravatar Tom Willemse2021-04-181-3/+7
|
* [oni-org] Replace org icons and add a few new onesGravatar Tom Willemse2021-04-0742-21/+340
| | | | | | Replace all of the previous icons used in org-mode for agenda views with SVG ones, and add ones for the “moving”, “security”, “website” and “desktop” categories.