| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(org-webclipper): use setq, not setopt, for pandoc sleep time | Craig Jennings | 2026-05-15 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | `org-web-tools-pandoc-sleep-time' is a plain float with no custom-set handler that needs to fire. `setopt' adds the entire customize-variable validation machinery -- which, lazily, depends on wid-edit being loaded. The handler's tests stub `require' so org-web-tools never really loads, then mock `setopt' via `cl-letf' on the function cell. That mock has no effect on byte-compiled code because `setopt' is a macro: the production handler has already expanded to a call into `setopt--set'. When `setopt--set' runs, it walks into the customize machinery and hits an unbound `widget-field-keymap' (wid-edit not loaded), and the test fails with a confusing wrong-type-argument. `setq' has identical runtime effect for this variable and dodges the customize machinery entirely. Tests now pass without contorted mocking. | ||||
| * | feat:org-webclipper: Add smart heading adjustment | Craig Jennings | 2025-10-26 | 1 | -17/+29 |
| | | | | | | | | Introduce `cj/--process-webclip-content` to enhance webclip processing by removing the first heading and demoting subsequent headings, preserving page structure. Includes tests for thorough validation of the new functionality. | ||||
| * | fix:webclipper:fixed org-web-tools not loading when needed | Craig Jennings | 2025-10-26 | 1 | -25/+9 |
| | | |||||
| * | maint: org-roam: moved org-branch-to-org-roam-node from webclipper | Craig Jennings | 2025-10-18 | 1 | -90/+0 |
| | | |||||
| * | no need to define keymap for webclipper | Craig Jennings | 2025-10-15 | 1 | -11/+13 |
| | | |||||
| * | feat: webclipper): Add web clipping with org-protocol integration | Craig Jennings | 2025-10-12 | 1 | -107/+268 |
| | | | | | | | | - Reworked the org-webclipper.el module to support a "fire-and-forget" workflow using org-protocol and org-web-tools. - Added feature to handle web clipping directly from the browser with a bookmarklet, converting content to Org format using Pandoc. - New functions ensure lazy loading of necessary packages and setup of capture templates. - Enhanced keymap setup to integrate with custom keymaps, facilitating easier user interaction. | ||||
| * | changing repositories | Craig Jennings | 2025-10-12 | 1 | -0/+145 |
