orgmode icon indicating copy to clipboard operation
orgmode copied to clipboard

org_agenda_goto add option to open agenda item in vertical split or new tab

Open pirey opened this issue 4 months ago • 0 comments

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.

pirey avatar Aug 12 '25 17:08 pirey