fix(popup,org): popup management for org-mode
Adapts to changes made upstream to Org's window management logic (e.g. Org dropped `org-switch-to-buffer-other-window` for `switch-to-buffer-other-window`, and org-journal renamed one of its helper functions).
This commit is contained in:
parent
b3bea23331
commit
334157d741
2 changed files with 4 additions and 20 deletions
|
@ -1059,7 +1059,8 @@ between the two."
|
|||
'(("^\\*Org Links" :slot -1 :vslot -1 :size 2 :ttl 0)
|
||||
("^ ?\\*\\(?:Agenda Com\\|Calendar\\|Org Export Dispatcher\\)"
|
||||
:slot -1 :vslot -1 :size #'+popup-shrink-to-fit :ttl 0)
|
||||
("^\\*Org \\(?:Select\\|Attach\\)" :slot -1 :vslot -2 :ttl 0 :size 0.25)
|
||||
("^\\*Org \\(?:Select\\|Attach\\|Table Edit\\)" :slot -1 :vslot -2 :ttl 0 :size 0.25)
|
||||
("^\\*Edit Formulas\\*$" :slot -1 :vslot -2 :ttl 0 :size 0.25)
|
||||
("^\\*Org Agenda" :ignore t)
|
||||
("^\\*Org Src" :size 0.42 :quit nil :select t :autosave t :modeline t :ttl nil)
|
||||
("^\\*Org-Babel")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue