From 8a66b962bb7a12e1bc063dc3a64f230a8ea695de Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Thu, 1 Dec 2022 20:02:37 -0500 Subject: shortcuts for overlays and music --- emacsconf.el | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'emacsconf.el') diff --git a/emacsconf.el b/emacsconf.el index 7a91bcb..c938e89 100644 --- a/emacsconf.el +++ b/emacsconf.el @@ -110,7 +110,14 @@ ((org-agenda-files (list ,emacsconf-notebook)) (org-agenda-span 7))) ))))) - (org-agenda nil "a"))) + (org-agenda nil "a"))) + +(defun emacsconf-talk-agenda ()) + +(defun emacsconf-notebook-goto-custom-id (id) + (interactive "MID: ") + (find-file-other-window emacsconf-notebook) + (goto-char (org-find-property "CUSTOM_ID" id))) (defun emacsconf-ftp-upload-dired () (interactive) -- cgit v1.2.3