From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: emails written in Org Mode Date: Fri, 11 Jul 2014 11:32:52 +0200 Message-ID: References: <87zjgjvuny.fsf@gmail.com> <87ha2p2vk3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5XCY-00085W-TG for emacs-orgmode@gnu.org; Fri, 11 Jul 2014 05:33:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5XCS-0006XJ-UO for emacs-orgmode@gnu.org; Fri, 11 Jul 2014 05:33:10 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:54415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5XCS-0006W9-IL for emacs-orgmode@gnu.org; Fri, 11 Jul 2014 05:33:04 -0400 In-Reply-To: <87ha2p2vk3.fsf@gmail.com> (Thorsten Jolitz's message of "Thu, 10 Jul 2014 15:27:24 +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: Thorsten Jolitz Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello Thorsten, On 2014-07-10 15:27, Thorsten Jolitz writes: > Looks like the hooks are not set. Here (again) my configuration from > init.el:=20 > > ,---- > | (add-hook 'emacs-lisp-mode-hook 'outline-minor-mode) > | (add-hook 'message-mode-hook 'outline-minor-mode) > | ;; more hooks for other major-modes ... > | > | ;; outorg ; <=3D required indirectly > | ;; (require 'outorg) > |=20 > | ;; outshine > | (require 'outshine) > | (add-hook 'outline-minor-mode-hook > | 'outshine-hook-function) ; <=3D important! > |=20 > | (setq outshine-use-speed-commands t) > |=20 > | ;; navi-mode ; <=3D optional > | (require 'navi-mode) > |=20 > | ;; poporg ; <=3D optional > | (require 'poporg) > `---- Adding these lines worked. I think I was missing both the outline mode and the outshine hook. >> - does outorg require outshine to work? If so, it may be good to mark >> the latter as a dependency of the former. > > Yes.=20 > With "mark the latter as a dependency of the former" you mean in the > MELPA package description? Yes, or adding an explicit dependency in MELPA such that if one installs outorg, then outshine is automatically installed. >> - there is no installation instructions on the package description on >> MELPA. Where can I find the "installation description" referred to >> above? > > ,---- > | https://github.com/tj64/outshine > | https://github.com/tj64/outorg > | https://github.com/tj64/navi > `---- > > or=20=20 > > ,---- > | http://orgmode.org/worg/org-tutorials/org-outside-org.html > `---- Adding these to the MELPA description would be quite useful. Thanks again, Alan =2D-=20 OpenPGP Key ID : 040D0A3B4ED2E5C7 --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBCgAGBQJTv69OAAoJEAQNCjtO0uXHw5MH/RDYS/GfQWb7Krq+17cJm2lq W4Ey91PS0lWhyi4qGvPTuqZ46d0MkpvdnXMLIqvjQnbtkWeSBolOSEC8uypA6zU4 O+jfl7O8ydsqp7HTJn+PjqHv72eq2yHm3RP+gTergpzcMA/ZJuHn3NNiDYd9bkdz PtP6ggyThnYDaw99NHPmARv8qaTTjIfGU30OEj97FT4It+UqnCa/HVSTMdHLVhWo oz8eQl5V0GOMmjKvCaBbNe78ZGsUVZFTM54Mw/gn6h9rbJaRa9CmdMebtd1H3WOg 5bFruqnYINkbL10+t+qIuIyF1sXYpO6KzwX45Vc+n2jeC19kzN/nkghEydmvNVs= =RYwp -----END PGP SIGNATURE----- --=-=-=--