emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] project-explorer package forcing new frame... better solution th


From: Sebastien Vauban
Subject: Re: [O] project-explorer package forcing new frame... better solution than mine?
Date: Mon, 17 Nov 2014 10:52:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (windows-nt)

Brady Trainor wrote:
> Hi, I'm trying the project-explorer package. It uses a persistent
> window for a browsing tree.
>
> This causes a new frame when using any of org-export-dispatch,
> org-agenda-view menu, ibuffer-other-window, and org-insert-link. (My
> C-c C-e, C-c C-a, C-x C-b, C-c C-l.)
>
> I've made a solution for the export-dispatch (since I use
> project-explorer and org-export quite a bit for my Jekyll site). The
> solution is as follows:
>
> #+BEGIN_SRC emacs-lisp
> (add-hook 'project-explorer-mode-hook
>           (lambda ()
>             (make-variable-frame-local 'org-export-dispatch-use-expert-ui)
>             (modify-frame-parameters nil '((org-export-dispatch-use-expert-ui 
> . t)))))
> #+END_SRC
>
> The author of project-explorer asserts that this may be a problem with
> Org-mode or Emacs.
>
> Since this also appears with ibuffer-other-window, is this necessarily
> worth mentioning to the Emacs newsgroup?
>
> Any ideas on a simpler solution than mine? 

I don't use such an explorer, but did you look at speedbar (or sr-speedbar)?

There is as well a very nice one in the CEDET collection, but I dunno if
it can be used in isolation.

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]