From 695ad43182efd289691e133641dd52906c5704ef Mon Sep 17 00:00:00 2001 From: KemoNine Date: Fri, 7 Apr 2023 17:36:08 -0400 Subject: [PATCH] fix mobile profile bug ; adjust org agenda parms for bigger mobile display --- org/config-org-mobile.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/org/config-org-mobile.el b/org/config-org-mobile.el index c44244d..bf16b75 100644 --- a/org/config-org-mobile.el +++ b/org/config-org-mobile.el @@ -1,12 +1,15 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; /data/data/com.termux/files/home/storage/shared/.emacs +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(setq org-habit-graph-column 60) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Open main files used as 'gateway' to everything else (Mobile) (find-file "~/org/health/health_houdini.org") (find-file "~/org/health/health_mike.org") (find-file "~/storage/shared/org/orgzly/_habits.org") (find-file "~/storage/shared/org/orgzly/_todo.org") -(find-file "~/storage/shared/org/orgzly/_slipbox.org" +(find-file "~/storage/shared/org/orgzly/_slipbox.org") (find-file "~/storage/shared/org/_index.org") ; Personal startup screen - orgmode agenda with all TODO (Mobile)