From b5e1c5e2a6a28c053bb23c658b9cb365cfd5129d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 30 Jun 2021 11:22:56 -0700 Subject: [oni-org] Remove ‘org-journal’ dependency I haven’t been using ‘org-journal’, just a simple capture template. --- oni-org/oni-org.el | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'oni-org') diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index 9b9605e..685b485 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0630.112155 -;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons org-journal) +;; Version: 2021.0630.112252 +;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -571,10 +571,5 @@ After running it once remove it from `org-capture-after-finalize-hook'." (setq org-refile-targets '((nil . (:maxlevel . 10)) (org-default-notes-file . (:maxlevel . 10)))) -;;; org-journal - -(setq org-journal-dir (expand-file-name "~/documents/org/journal/")) -(setq org-journal-file-format "%Y%m%d.org") - (provide 'oni-org) ;;; oni-org.el ends here -- cgit v1.2.3-54-g00ecf