From ed1af74205f87d7409ea86df4183e63cae4eb9f4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 8 Apr 2020 23:52:54 -0700 Subject: Change the column the habit graphs are printed in --- oni-org/oni-org.el | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'oni-org/oni-org.el') diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index b034315..76332a3 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0331.210240 +;; Version: 2020.0408.205648 ;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna) ;; This program is free software; you can redistribute it and/or modify @@ -185,17 +185,18 @@ _l_: Store link ^^ _j_: Journal entry (setq org-default-notes-file (oni-org-expand-to-home "documents/gtd/inbox.org")) -(setq org-src-fontify-natively t) -(setq org-return-follows-link t) +(setq org-agenda-skip-function-global #'oni-org-skip-tasks) +(setq org-agenda-todo-ignore-scheduled 'future) +(setq org-catch-invisible-edits 'error) +(setq org-clock-in-switch-to-state #'oni-org-maybe-change-todo-state) (setq org-fontify-whole-heading-line t) +(setq org-habit-graph-column 60) (setq org-hide-emphasis-markers t) +(setq org-log-into-drawer t) (setq org-return-follows-link t) +(setq org-return-follows-link t) +(setq org-src-fontify-natively t) (setq org-use-fast-todo-selection t) -(setq org-log-into-drawer t) -(setq org-agenda-todo-ignore-scheduled 'future) -(setq org-agenda-skip-function-global #'oni-org-skip-tasks) -(setq org-clock-in-switch-to-state #'oni-org-maybe-change-todo-state) -(setq org-catch-invisible-edits 'error) ;;; Set the maximum indentation level for description lists to 5 (which is the ;;; seemingly hardcoded value of the indentation it gets when it goes over -- cgit v1.2.3-54-g00ecf