aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* 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
|