aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org-roam.el
Commit message (Collapse)AuthorAgeFilesLines
* [oni-org-roam] Show only the current element of a referenceGravatar Tom Willemse2024-02-151-1/+10
|
* [oni-org] Remove roam files from agenda, move roam databaseGravatar Tom Willemse2024-02-151-20/+1
|
* [oni-org-roam] Don't automatically show the roam bufferGravatar Tom Willemse2023-08-051-3/+1
|
* Speed up ‘oni-org-roam--books-to-read’Gravatar Tom Willemse2023-08-011-8/+8
| | | | | By doing more of the filtering in SQL rather than Emacs Lisp it got a bit faster.
* [oni-org-roam] Enable ‘view-mode’ when showing list ↵Gravatar Tom Willemse2023-03-301-2/+3
| | | | of books to read
* [oni-org-roam] Only display unique references in the ↵Gravatar Tom Willemse2023-03-301-0/+5
| | | | org-roam buffer
* [oni-org-roam] Show entry tags in Node selectionGravatar Tom Willemse2023-03-251-1/+5
|
* [oni-org-roam] Improve the list of reading books, link ↵Gravatar Tom Willemse2023-03-251-2/+6
| | | | the pages
* [oni-org-roam] Add command to pick a random book from ↵Gravatar Tom Willemse2023-03-251-1/+22
| | | | toread list
* [oni-org-roam] Display org-roam buffer in side windowGravatar Tom Willemse2022-11-221-1/+8
|
* [oni-org-roam] Show / hide the roam buffer when desiredGravatar Tom Willemse2022-09-211-9/+21
| | | | | This toggles the roam buffer on when a buffer that is part of org roam is displayed, and toggles it off when I switch away.
* [oni-org-roam] Add additional properties to ↵Gravatar Tom Willemse2022-01-031-1/+8
| | | | | | | ‘org-mode’ on load Add the ‘ROAM_REFS’ and ‘ROAM_ALIASES’ properties to ‘org-default-properties’ so that they're included for completion when setting properties.
* [oni-org-roam] Enable ‘visual-line-mode’ for roam ↵Gravatar Tom Willemse2022-01-031-0/+3
| | | | buffers
* [oni-org-roam] Don't include headings that are FINISHED ↵Gravatar Tom Willemse2021-11-231-2/+4
| | | | in my agenda
* [oni-org-roam] Add any files with tasks in them to org ↵Gravatar Tom Willemse2021-11-161-1/+19
| | | | agenda files
* [oni-org-roam] Turn on ‘org-roam-db-autosync-mode’Gravatar Tom Willemse2021-10-281-1/+3
|
* [oni-org-roam] Move location of roam notes and update for v2Gravatar Tom Willemse2021-09-241-40/+7
|
* [oni-org-roam] Remove autoload cookieGravatar Tom Willemse2021-07-201-4/+5
|
* [org-roam] Add capture templates for readingGravatar Tom Willemse2021-04-061-1/+35
|
* Add ‘nroam’ to the ‘org-roam’ configurationGravatar Tom Willemse2021-03-281-2/+4
|
* Decouple ‘oni-org’ and ‘oni-org-roam’Gravatar Tom Willemse2021-03-251-0/+38
‘org-roam’ doesn’t seem to work correctly on all the machines that I use ‘org-mode’ on.