[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] emails written in Org Mode
From: |
Alan Schmitt |
Subject: |
Re: [O] emails written in Org Mode |
Date: |
Fri, 11 Jul 2014 11:32:52 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) |
Hello Thorsten,
On 2014-07-10 15:27, Thorsten Jolitz <address@hidden> writes:
> Looks like the hooks are not set. Here (again) my configuration from
> init.el:
>
> ,----
> | (add-hook 'emacs-lisp-mode-hook 'outline-minor-mode)
> | (add-hook 'message-mode-hook 'outline-minor-mode)
> | ;; more hooks for other major-modes ...
> |
> | ;; outorg ; <= required indirectly
> | ;; (require 'outorg)
> |
> | ;; outshine
> | (require 'outshine)
> | (add-hook 'outline-minor-mode-hook
> | 'outshine-hook-function) ; <= important!
> |
> | (setq outshine-use-speed-commands t)
> |
> | ;; navi-mode ; <= optional
> | (require 'navi-mode)
> |
> | ;; poporg ; <= 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.
> 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
>
> ,----
> | http://orgmode.org/worg/org-tutorials/org-outside-org.html
> `----
Adding these to the MELPA description would be quite useful.
Thanks again,
Alan
--
OpenPGP Key ID : 040D0A3B4ED2E5C7
pgpCAKdVC7GPr.pgp
Description: PGP signature
Re: [O] emails written in Org Mode, Noorul Islam K M, 2014/07/09
Re: [O] emails written in Org Mode, Thorsten Jolitz, 2014/07/09
Re: [O] emails written in Org Mode, Thorsten Jolitz, 2014/07/09
Re: [O] emails written in Org Mode, Joseph Vidal-Rosset, 2014/07/10