From 45fb678ddc51b91a616be6d4300d6f09fa958ca3 Mon Sep 17 00:00:00 2001 From: benj Date: Sat, 5 Mar 2022 09:22:26 -0800 Subject: update org mode command map --- settings/setup-org-mode.el | 51 ++++------------------------------------------ 1 file changed, 4 insertions(+), 47 deletions(-) (limited to 'settings/setup-org-mode.el') diff --git a/settings/setup-org-mode.el b/settings/setup-org-mode.el index 197304d..6b2675a 100644 --- a/settings/setup-org-mode.el +++ b/settings/setup-org-mode.el @@ -26,58 +26,15 @@ ;; setup: org-capture (setq org-capture-templates '(("t" "Todo [inbox]" entry (file+headline org-inbox-file "Tasks") - "* TODO %i%?") - ("w" "Watchdog" entry - (file+headline org-watchdog-file "Watchdog") - "* %i%? \n %U"))) + "*** Todo %i %?"))) (setq org-agenda-custom-commands '(("b" "Bug" tags-todo "@bug" ((org-agenda-overriding-header "Bug"))))) -(global-set-key (kbd "C-c c") 'org-capture) - -;; org publish -(require 'ox-publish) - -(defun publishing-entry (project) - `(,project - :base-directory ,(concat org-base-directory "/" project) - :base-extension "org" - :headline-levels 4 - :html-head-include-default-style nil - :html-head-include-scripts nil - :html-head-extra ,(concat "