> 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
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
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
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