147 Commits

Author SHA1 Message Date
d142559096 Extract function to fix breakage 2025-02-15 17:45:49 +13:00
5ff1237cca Fix file name expansion when refiling slipboxes 2025-02-02 17:50:25 +13:00
00a169c75b Suppress spurious warnings from org-element
Thanks to @christoffer-arvidsson for digging into this one!

Resolves #6.
2024-05-03 20:50:59 +12:00
5cf0a462cd Fix attempts to access org-element-cache in non-org buffers 2023-12-29 11:20:01 +13:00
8a0d397459 💄 Indentation 2023-12-29 11:19:00 +13:00
45c4052b0a Require ert on load 2023-12-27 23:55:35 +13:00
b7f6d6839a Add bdd-ert 2023-12-27 23:44:27 +13:00
421a332373 Fix org-format so that it works for non-file buffers 2023-12-26 14:24:42 +13:00
0a6634df27 Add autoload directives for org-format 2023-08-11 23:42:25 +12:00
16e296010f Move deps into a pkg file 2023-08-07 21:22:26 +12:00
63b307679a Use some more emacs built-ins 2023-08-06 22:52:25 +12:00
0fe751a943 Avoid autoloading org-roam-node-slipbox method directly 2023-08-06 18:37:29 +12:00
6eeacc9d2a Exclude backlinks from nodes in same file by default 2023-07-17 22:13:20 +12:00
768b4c168f changes from walrus.local on Tue Jul 4 07:06:20 NZST 2023 2023-07-04 07:06:20 +12:00
8301db1405 Automatically refile nodes when marking as memorise 2023-05-20 15:54:11 +12:00
a5b69ac3f4 💄 Docstring 2023-05-20 15:53:56 +12:00
0ac44d70a5 Remove use of obsolete function 2023-05-20 15:49:14 +12:00
3310c444cf Teach some operations to avoid mutating buffer during org-capture 2023-05-20 13:51:35 +12:00
ed35d99c60 Add some more hooks so I can trigger a git commit on node rename 2023-03-26 11:27:56 +13:00
832cd36fe0 Fix reference to possibly nil org-roam-node 2023-03-24 13:26:25 +13:00
a428d1b40f Increase OK score to 4 2023-03-21 20:58:37 +13:00
71b9e6f47d Compute slipbox correctly during capture process 2023-03-21 15:26:11 +13:00
0ca3dfb146 Ignore spurious error when cleaning up tags 2023-03-21 15:25:54 +13:00
9e45557d45 Rename internal function 2023-03-21 15:17:46 +13:00
9763489261 Add support for SRS 'memorisation' nodes that are not evergreens 2023-03-21 10:20:13 +13:00
eadad0aa66 Add command to indicate a reviewed node was forgotten 2023-03-20 22:26:25 +13:00
84ea667031 Fix attempt to operate on possibly non-existent review buffer 2023-03-19 12:22:11 +13:00
f7bbd4dee5 Spike: preserve customised node titles when renaming 2023-03-15 08:56:57 +13:00
a591bd0613 Make plisty validator fns return input 2023-03-14 22:20:35 +13:00
0cb476ad17 Change org-roam-rewrite--edit-backlinks to take nodes as parameters 2023-03-14 22:11:01 +13:00
8c438886d8 Make node heading formatter a custom var 2023-03-12 19:52:46 +13:00
cccb4af688 Hoist run-hook 2023-03-12 15:35:41 +13:00
9429aa6c76 Ensure modifications to the review buffers occur with buffer selected 2023-03-12 15:35:41 +13:00
e092f60878 Replace custom buffer display function with direct display-buffer calls 2023-03-12 15:35:41 +13:00
c2ab228845 Don't kill buffer-under-review until *after* hooks are run 2023-03-12 10:50:05 +13:00
e92c0eb1ee Offer option to update dblocks silently 2023-03-11 22:18:44 +13:00
b924a5fc42 Fix checkdoc error 2023-03-02 21:03:40 +13:00
ac76a48ee0 Inhibit save hooks while saving WIP extracted buffer 2023-03-02 21:02:27 +13:00
f6ea0a494f Support dblocks in files that aren't roam nodes 2023-02-17 11:22:16 +13:00
13bedff0ff Teach org-roam-review actions to work on a selection of nodes 2023-02-17 11:21:48 +13:00
12cabfa706 Indent dblock items to same column as the block itself 2023-01-29 22:27:05 +13:00
b4322641ff Pluralise message according to number of renamed links 2023-01-08 19:41:57 +13:00
56bdb20cb0 Add a custom var to allow node renaming without confirmation 2023-01-08 19:40:36 +13:00
694a58e198 Default to the node at point for deletions 2022-12-09 23:47:26 +13:00
2f16274333 Fix renamed hook 2022-12-09 23:47:18 +13:00
093797fd4c Extract boilerplate for formatting node title 2022-12-07 16:12:46 +13:00
e957df3dd2 Get an updated node reference after rewriting title 2022-11-29 16:22:59 +13:00
227c028454 Use org-roam-node-formatter for link descriptions when set 2022-11-29 13:41:08 +13:00
ac9e5e8a6d Run preview formatters within save-match-data & save-excursion
Prevents common accidental state updates in preview formatters
2022-11-24 01:15:12 +13:00
bf5284eb57 Handle broken symlinks in org-roam-search 2022-11-06 13:45:32 +13:00