Add popup rule for *Org-Babel...* buffers

Mainly error messages when executing babel blocks.
This commit is contained in:
Henrik Lissner 2020-04-13 14:18:11 -04:00
parent ffb37f8fed
commit 006eee75d0
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -681,8 +681,9 @@ between the two."
("^ ?\\*\\(?:Agenda Com\\|Calendar\\|Org Export Dispatcher\\)" ("^ ?\\*\\(?:Agenda Com\\|Calendar\\|Org Export Dispatcher\\)"
:slot -1 :vslot -1 :size #'+popup-shrink-to-fit :ttl 0) :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\\)" :slot -1 :vslot -2 :ttl 0 :size 0.25)
("^\\*Org Agenda" :ignore t) ("^\\*Org Agenda" :ignore t)
("^\\*Org Src" :size 0.4 :quit nil :select t :autosave t :modeline t :ttl nil) ("^\\*Org Src" :size 0.4 :quit nil :select t :autosave t :modeline t :ttl nil)
("^\\*Org-Babel")
("^CAPTURE-.*\\.org$" :size 0.25 :quit nil :select t :autosave t)))) ("^CAPTURE-.*\\.org$" :size 0.25 :quit nil :select t :autosave t))))