branch: elpa/spacemacs-theme
commit 0f858913c3d4f5f5b8cce093961db1a9423bcdd0
Author: Alex Branham <[email protected]>
Commit: Nasser Alshammari <[email protected]>

    Fix org-agenda tag alignment (#87)
    
    * Fix org-agenda tag alignment
    
    Org 9.1 makes 'auto the default value for org-agenda-align-tags-to-column, 
which
    pushes tags to the right of the agenda window. If we change the height of 
agenda
    items, though, this pushes them too far, resulting in ugly line wrapping.
    
    * Update docstring of spacemacs-theme-org-agenda-height
---
 spacemacs-common.el | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 9d3bcb5d3c..405063e0c6 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -51,8 +51,12 @@
   :type 'boolean
   :group 'spacemacs-theme)
 
-(defcustom spacemacs-theme-org-agenda-height t
-  "Use varying text heights for org agenda."
+(defcustom spacemacs-theme-org-agenda-height nil
+  "If non-nil, use varying text heights for agenda items.
+
+Note that if you change this to a non-nil value, you may want to
+also adjust the value of `org-agenda-tags-column'. If that is set
+to 'auto, tags may not be properly aligned. "
   :type 'boolean
   :group 'spacemacs-theme)
 

Reply via email to