aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org/oni-org.el
Commit message (Collapse)AuthorAgeFilesLines
* 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] 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-151-26/+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] 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-061-1/+3
|
* [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-071-21/+26
| | | | | | 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.
* 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-251-1/+1
| | | | 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.
* Setup refiling in org-modeGravatar Tom Willemse2021-02-231-1/+13
|