Re: Contributing org-menu (using transient) to Orgmode?

2024-11-24 Thread Jan Rehders
> Your package appears somewhat similar to > https://github.com/kickingvegas/casual-suite Yes, only the speed commands like functionality seems to be less common for the casual packages. I even considered renaming it to casual-org before I saw that all the casual packages are by the same person

Contributing org-menu (using transient) to Orgmode?

2024-11-17 Thread Jan Rehders
Hello, I wrote a package called org-menu which uses transient to add a discoverable menu to Orgmode. It's a bit of a mix of a modal editing mode or speed commands and a Magit style hierarchical menu to find less frequently used commands. I'd like to start a discussion here whether this plugin or

[Orgmode] Re: Feature Request: horizontal split for agenda view

2008-05-16 Thread Jan Rehders
Hi, for future reference here is my solution: ;; patch org mode to use vertical splitting (defadvice org-prepare-agenda (after org-fix-split) (toggle-window-split)) (ad-activate 'org-prepare-agenda) Using the `toggle-window-split' from http://www.emacswiki.org/cgi-bin/wiki/ToggleWindowSplit

[Orgmode] Feature Request: horizontal split for agenda view

2008-05-13 Thread Jan Rehders
Hi, on widescreen displays splitting the window vertically for `org- agenda' will use the screen space inefficiently. An option to use horizontal split windows would be nice. I tried to hack this together myself but could not figure out where the splitting happened. Any pointers would be a