Re: [Orgmode] id links and org-link-frame-setup

2009-08-02 Thread Carsten Dominik
On Jul 31, 2009, at 6:00 AM, Samuel Wales wrote: I almost always need a single window for everything except completion. In org, I have the following set to do this. (pushnew '(file . find-file) org-link-frame-setup :test #'equal) (add-hook 'remember-mode-hook 'delete-other-windows) ;;it

[Orgmode] id links and org-link-frame-setup

2009-07-30 Thread Samuel Wales
I almost always need a single window for everything except completion. In org, I have the following set to do this. (pushnew '(file . find-file) org-link-frame-setup :test #'equal) (add-hook 'remember-mode-hook 'delete-other-windows) ;;it might be nice to have a 'dedicated-buffer option (setf