(interactive "P")
(org-agenda arg "a"))
-(defun re/org-agenda-new-frame (&optional arg)
+(defun re/org-agenda-custom-new-frame (&optional arg)
"Show my custom agenda in a new frame"
(interactive "P")
- (select-frame (make-frame '((name . "Org"))))
+ (select-frame (make-frame '((name . "ORG"))))
(funcall #'re/org-agenda-show-custom))
(defun re/org-auto-generate-ids-in-file ()
("C-c a" . org-agenda)
("C-c c" . org-capture)
("C-c b" . org-switchb)
- ;; ("S-<f6>" . re/org-show-agenda)
- ;; ("S-<f7>" . re/org-agenda-new-frame)
- ;; ("S-<f8>" . re/org-agenda-show-custom)
+ ("<f6>" . re/org-show-agenda)
+ ("<f8>" . re/org-agenda-show-custom)
+ ("S-<f8>" . re/org-agenda-custom-new-frame)
:map
org-mode-map
("M-<right>" . org-shiftmetaright)
(append action-lock-default-rules
(list '("\\[Mtg\\]" (lambda (&optional dummy) (howm-create 2)))
'("\\[Person\\]" (lambda (&optional dummy) (howm-create 3))))))
+ (require 're-howm-defuns)
(require 're-howm-skeletons)
(setq howm-template-list '("= %title%cursor\n%date %file\n\n"
"= %title%cursor Meeting\n%date %file\n\nAttendees: \n"
(add-hook 'after-save-hook 'howm-mode-set-buffer-name)
(add-hook 'howm-mode-hook 'howm-mode-set-buffer-name)
:bind
- (("<f6>" . howm-menu)
- ("<f8>" . re/howm-menu-new-frame)
+ (("S-<f6>" . howm-menu)
+ ;; ("S-<f8>" . re/howm-menu-new-frame)
:map howm-mode-map
("C-c , k" . re/howm-create-keyword)))
(ido-vertical-match-face (:bold t :italic nil))
;; org mode
- (org-drawer (:foreground ,weak))
- (org-special-keyword (:bold t :foreground ,weak))
- (org-property-value (:italic t :foreground ,weak))
- (org-table (:foreground ,weak))
-
- (org-todo (:bold t :foreground ,highlight))
- (org-done (:bold t :foreground ,success))
- (org-agenda-done (:bold t :foreground ,success))
- (org-date (:foreground ,foreground))
- (org-agenda-structure (:foreground ,foreground))
- (org-headline-done (:bold t :foreground ,foreground))
+ ;; (org-drawer (:foreground ,weak))
+ ;; (org-special-keyword (:bold t :foreground ,weak))
+ ;; (org-property-value (:italic t :foreground ,weak))
+ ;; (org-table (:foreground ,weak))
+
+ ;; (org-todo (:bold t :foreground ,foreground))
+ ;; (org-done (:bold nil :foreground ,success))
+ ;; (org-agenda-done (:bold t :foreground ,success))
+ ;; (org-date (:foreground ,foreground))
+ ;; (org-agenda-structure (:foreground ,foreground))
+ ;; (org-headline-done (:bold nil :foreground ,foreground))
;; various completion matches
(vertico-current (:bold t :foreground ,foreground :background ,highlight))