Commit graph

8 commits

Author SHA1 Message Date
Joe Ardent
2bab24ec08 mostly works 2025-01-03 10:53:10 -08:00
Vedang Manerikar
6e0f5e7730 Add ox-gfm for publishing org-mode to markdown
`ox-gfm` is part of my pipeline for publishing my Denote notes to my
website. I will write about this sometime soon and publish the Denote
side code for it as well.
2025-01-03 21:45:44 +05:30
Vedang Manerikar
7bbdbe5ecc Reset denote-journal dir after denote dir to ensure correct value
The default value of `denote-journal-extras-directory` derives from
the default value of `denote-directory`.

Since I change this default value for myself, I need to also change
the `denote-journal-extras-directory` (or more the require after my
`denote-directory` variable is defined).

Redefining it is fine with me.
2024-12-28 11:16:28 +05:30
Vedang Manerikar
711d62880c Fix: Use :bind-keymap when binding to a keymap 2024-12-24 19:03:29 +05:30
Vedang Manerikar
ad7c8aa9e4 Add org-board for downloading and archiving web-pages 2024-12-18 13:39:35 +05:30
Vedang Manerikar
653284df9c Add a Table of Contents using toc-org 2024-12-13 08:51:22 +05:30
Vedang Manerikar
baa0fc9e2b Keep a single configuration block for denote
This is a gotcha of elpaca, it only allows you to specify one
use-package block for a single recipe. The last one was taking
precedence in our case.
2024-12-12 23:35:07 +05:30
Vedang Manerikar
315bea5400 Create an unravel-study module
For `pdf-tools`, `denote`, `org-remark` and `org-fc`. This is my study
pack, without which I don't get anything done.
2024-12-12 23:24:02 +05:30