Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pupup-switcher and org-mode #4

Open
pa23 opened this issue May 1, 2014 · 1 comment
Open

pupup-switcher and org-mode #4

pa23 opened this issue May 1, 2014 · 1 comment

Comments

@pa23
Copy link

pa23 commented May 1, 2014

After opening *.org file (org-mode is activated automatically), first call to psw-switch-buffer shows popup menu incorrect. I can select menu item only by mouse. Next, function psw-switch-buffer works correctly.

GNU Emacs 24.3.1, popup-switcher 0.2.2

@kostafey
Copy link
Owner

kostafey commented May 1, 2014

Although I can't reproduce exactly you problem, there is some troubles in popup-el with org-mode exist. See:

I can't give the correct solution for such situation at this moment, but you can auto-expand outline tree every time you use popup menu via popup-switcher. To achieve this, update popup-switcher to the latest version from MELPA and add the following hook to your .emacs:

(defun psw-org-mode-hook ()
  (if (equal major-mode 'org-mode)
      (show-all)))
(add-hook 'psw-before-menu-hook 'psw-org-mode-hook)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants