summaryrefslogtreecommitdiffstats
path: root/emacsconf.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-12-01 20:02:37 -0500
committerSacha Chua <sacha@sachachua.com>2022-12-01 20:02:37 -0500
commit8a66b962bb7a12e1bc063dc3a64f230a8ea695de (patch)
tree177704b43ae7aa67dabe75d9a42f4f6326edf58d /emacsconf.el
parentfa9dcc010a2d420391eb8fb6488ce16e77706f1e (diff)
downloademacsconf-el-8a66b962bb7a12e1bc063dc3a64f230a8ea695de.tar.xz
emacsconf-el-8a66b962bb7a12e1bc063dc3a64f230a8ea695de.zip
shortcuts for overlays and music
Diffstat (limited to 'emacsconf.el')
-rw-r--r--emacsconf.el9
1 files changed, 8 insertions, 1 deletions
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)