diff options
| -rw-r--r-- | bard-emacs-modules/bard-emacs-org.el | 26 | ||||
| -rw-r--r-- | bard-emacs-modules/bard-emacs-writing.el | 5 |
2 files changed, 16 insertions, 15 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el index e68c773..e47334e 100644 --- a/bard-emacs-modules/bard-emacs-org.el +++ b/bard-emacs-modules/bard-emacs-org.el @@ -183,21 +183,21 @@ (require 'org-protocol) (setq org-capture-templates '(("i" "Important Stuff" entry (file+olp "~/Notes/denote/20240328T215727--todo__self.org" "Inbox" "Important Stuff") - "* TODO %?") - ("e" "Extra/Coding" entry (file+olp "~/Notes/denote/20240328T215727--todo__self.org" "Inbox" "Extra/Coding") - "* TODO %?") - ("j" "Journal" entry (file+datetree "~/Notes/denote/20240328T215351--journal__journal_self.org") - "* %U %^{Title}\n %?") - ("a" "Appointments" entry (file+olp "~/Notes/denote/20240328T215727--todo__self.org" "Appointments" "General") - "* MEET %^{Appointment}\nSCHEDULED: %^t\n%?") - ("p" "Protocol" entry (file+olp "~/Notes/denote/20240328T220037--media-tracker__self.org" "Quotes") - "* Source: [[%:link][%:description]]\n#+BEGIN_QUOTE\n%i\n#+END_QUOTE\n%?") - ("L" "Protocol Link" entry (file+olp "~/Notes/denote/20240328T220037--media-tracker__self.org" "Watch/Read List") - "* [[%:link][%:description]] \nCaptured On: %U \n%?") - ("b" "Blog Article" entry (file+olp "~/Code/bardmandev/content/_index.org" "Latest updates")))) + "* TODO %?") + ("e" "Extra/Coding" entry (file+olp "~/Notes/denote/20240328T215727--todo__self.org" "Inbox" "Extra/Coding") + "* TODO %?") + ("j" "Journal" entry (file+datetree "~/Notes/denote/20240328T215351--journal__journal_self.org") + "* %U %^{Title}\n %?") + ("a" "Appointments" entry (file+olp "~/Notes/denote/20240328T215727--todo__self.org" "Appointments" "General") + "* MEET %^{Appointment}\nSCHEDULED: %^t\n%?") + ("p" "Protocol" entry (file+olp "~/Notes/denote/20240328T220037--media-tracker__self.org" "Quotes") + "* Source: [[%:link][%:description]]\n#+BEGIN_QUOTE\n%i\n#+END_QUOTE\n%?") + ("L" "Protocol Link" entry (file+olp "~/Notes/denote/20240328T220037--media-tracker__self.org" "Watch/Read List") + "* [[%:link][%:description]] \nCaptured On: %U \n%?") + ("b" "Blog Article" entry (file+olp "~/Code/bardmandev/content/_index.org" "Latest updates")))) ;;; Managing media - ;; inspired by https://zzamboni.org/post/how-to-insert-screenshots-in-org-documents-on-macos/ +;; inspired by https://zzamboni.org/post/how-to-insert-screenshots-in-org-documents-on-macos/ (use-package org-download :after org diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el index 9e5d0f3..124266b 100644 --- a/bard-emacs-modules/bard-emacs-writing.el +++ b/bard-emacs-modules/bard-emacs-writing.el @@ -181,8 +181,9 @@ ((logos-page-motion . bard/logos--recenter-top)) :bind (("M-]" . logos-forward-page-dwim) - ("M-[" . logos-backward-page-dwim) - ("<f9>" . logos-focus-mode))) + ("M-[" . logos-backward-page-dwim) + ("<f9>" . logos-focus-mode) + ("C-x n n" . logos-narrow-dwim))) (use-package pdf-tools :ensure t |
