From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Possible bug, installing outshine before outorg Date: Fri, 10 Oct 2014 11:03:35 +0200 Message-ID: <87bnpkmh3s.fsf@gmail.com> References: <87tx3c94ti.fsf@uw.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcW7C-0003NY-HN for emacs-orgmode@gnu.org; Fri, 10 Oct 2014 05:04:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcW76-0003SG-Fq for emacs-orgmode@gnu.org; Fri, 10 Oct 2014 05:03:58 -0400 Received: from plane.gmane.org ([80.91.229.3]:57624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcW76-0003S8-8z for emacs-orgmode@gnu.org; Fri, 10 Oct 2014 05:03:52 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XcW73-0003T9-Nl for emacs-orgmode@gnu.org; Fri, 10 Oct 2014 11:03:49 +0200 Received: from e178191168.adsl.alicedsl.de ([85.178.191.168]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Oct 2014 11:03:49 +0200 Received: from tjolitz by e178191168.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Oct 2014 11:03:49 +0200 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Brady Trainor writes: Hi, > Newb bug report: > I think if I have a brand new Emacs setup, installing org with an "emacs > -q", then installing outshine.el (all with built-in package manager), > that there is some problems created, possibly because of outorg to > install (IIRC, a "silent-notifications" type of problem). > > If I start over (deleting ".emacs.d/elpa/" contents) and install org, > then outorg, then outshine, the problem I think is resolved. > > Can anyone confirm? hmm ... not sure if I understand the problem, but since Outshine 2.0 now has the 'outshine-use-outorg' facility to call Org-mode commands directly in well-structured (outshine) source-code buffers, it does depend on both - outline-mode and org-mode. Sometimes a simple action like an Emacs restart solves such problems, i.e. you could try to first install org-mode, then restart Emacs, then install outshine. Since outline-mode and org-mode are in Emacs core, I've never seen this problem. -- cheers, Thorsten