-
-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Labels
enhancementEnhancement, not necessarily available in emacsEnhancement, not necessarily available in emacs
Description
Does this feature exist in Emacs orgmode core?
N/A
Orgmode link
Feature value
No response
Additional context
Currently, we can open item in two primary way, using <cr>
to open item in current window, or <tab>
to open item in a new window, i.e. the org_agenda_goto
action.
However, there is no way to specify org_agenda_goto
to open in which split, i.e. it will always open in aboveleft
split.
see https://github.com/nvim-orgmode/orgmode/blob/master/lua/orgmode/agenda/init.lua#L539
It would be nice if we have an option under org_agenda_
settings to let user decide which <mods>
is used to open the split.
For example, I personally don't like to open in aboveleft
split since my monitor has more width than height, so I would prefer to open it in vertical split or even new tab instead.
Metadata
Metadata
Assignees
Labels
enhancementEnhancement, not necessarily available in emacsEnhancement, not necessarily available in emacs