branch: externals/org-real commit b3d1c09e3dcec1973702d0cf449e33aee4ca2504 Author: Tyler Grinn <tylergr...@gmail.com> Commit: Tyler Grinn <tylergr...@gmail.com>
Redesigned tooltips --- README.org | 2 ++ org-real.el | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 3fbb8b6..24edefc 100644 --- a/README.org +++ b/README.org @@ -181,6 +181,8 @@ Keep track of real things as org-mode links. [[file:demo/headline-relationships.png]] + The tooltip for each headline shows the values that would be + displayed if the org file was in org columns view. * Development ** Setup diff --git a/org-real.el b/org-real.el index 83d7675..3f13785 100644 --- a/org-real.el +++ b/org-real.el @@ -28,6 +28,10 @@ ;; - to the right of ;; - to the left of ;; +;; The tooltip in `org-real-headlines' shows the values for each row +;; in `org-columns' and can be customized the same way as org +;; columns view. +;; ;; When in an Org Real mode diagram, the standard movement keys will ;; move by boxes rather than characters. S-TAB will cycle the ;; visibility of all children. Each box has the following keys: @@ -190,8 +194,8 @@ (face-spec-set 'org-real-popup - '((t :background "midnight blue" - :foreground "white")) + '((((background dark)) (:background "gray30" :foreground "gray")) + (t (:background "gainsboro" :foreground "dim gray"))) 'face-defface-spec) ;;;; Constants & variables