From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastien Vauban Subject: Re: project-explorer package forcing new frame... better solution than mine? Date: Mon, 17 Nov 2014 10:52:25 +0100 Message-ID: <86lhnagnmu.fsf@example.com> References: <877fyxi00k.fsf@uw.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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