diff options
| author | BardofSprites <[email protected]> | 2025-12-26 18:29:22 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-12-26 18:29:22 -0500 |
| commit | a005c6e4b3105e88ca13e7c71e43902f77da353b (patch) | |
| tree | afd5193e970039bab4f69ec2989b5032244c7d58 | |
| parent | b9c10085fa166cea468bbb2626d6fd3b8314b93a (diff) | |
org links and org noter
| -rw-r--r-- | bard-emacs-modules/bard-emacs-org.el | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index 81c8988..5b74ff4 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -118,7 +118,8 @@ :ensure t) ;;; Org capture -(setq org-capture-bookmark nil) +(setq org-capture-bookmark nil + org-id-link-to-org-use-id nil) (require 'org-protocol) (setq org-capture-templates @@ -191,9 +192,13 @@ :config (require 'org-download)) -(use-package org-pdftools +(use-package org-noter + :ensure t) + +(use-package org-cliplink :ensure t - :hook (org-mode . org-pdftools-setup-link)) + :bind + ("C-c p" . org-cliplink)) (use-package org-bullets :ensure t |
