From 83414d12271b0160d5e0de7b4a9d8fc9eda831e5 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 29 Feb 2020 00:33:58 -0500 Subject: [PATCH] Add/fix popup rules for org attach & export popups --- modules/lang/org/config.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index 73fc47abb..e9a03a727 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -666,11 +666,11 @@ between the two." (defun +org-init-popup-rules-h () (set-popup-rules! '(("^\\*Org Links" :slot -1 :vslot -1 :size 2 :ttl 0) - ("^\\*\\(?:Agenda Com\\|Calendar\\|Org Export Dispatcher\\)" + ("^ ?\\*\\(?:Agenda Com\\|Calendar\\|Org Export Dispatcher\\)" :slot -1 :vslot -1 :size #'+popup-shrink-to-fit :ttl 0) - ("^\\*Org Select" :slot -1 :vslot -2 :ttl 0 :size 0.25) - ("^\\*Org Agenda" :ignore t) - ("^\\*Org Src" :size 0.4 :quit nil :select t :autosave t :modeline t :ttl nil) + ("^\\*Org \\(?:Select\\|Attach\\)" :slot -1 :vslot -2 :ttl 0 :size 0.25) + ("^\\*Org Agenda" :ignore t) + ("^\\*Org Src" :size 0.4 :quit nil :select t :autosave t :modeline t :ttl nil) ("^CAPTURE-.*\\.org$" :size 0.25 :quit nil :select t :autosave t))))