[Org] Comments and TODOs

This commit is contained in:
Daniel - 2018-01-21 18:12:48 +01:00
parent caa13eb1d3
commit 8fd665b954
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,9 @@
;;; Commentary:
;; Everything in here influences the standard commands coming with org-mode,
;; either by setting variables, adding hooks, or by overriding.
;;; Code:
@ -751,6 +754,8 @@ _y_: ?y? year _q_: quit _L__l__c_: ?l?
;;; Calendar
;; XXX: calendar stuff should go to `db-utils
(use-package ox-icalendar
:commands (org-icalendar-combine-agenda-files)
:config (progn
@ -874,6 +879,8 @@ Resulting org mode file will have CATEGORY and FILETAGS set."
;;; Hydra
;; XXX: this should go somewhere else, maybe `db/run-init
(require 'hydra)
(defhydra hydra-org-clock (:color blue)