Uwe Brauer <o...@mat.ucm.es> writes: >>>> "Thorsten" == Thorsten Jolitz <tjol...@gmail.com> writes: > > > Joseph Vidal-Rosset <joseph.vidal.ros...@gmail.com> writes: > > Hallo > > >> I know that the subject of my email exists already. > >> > [[https://lists.gnu.org/archive/html/emacs-orgmode/2009-08/msg00855.html]] > > > This works perfectly for your subject: > > I just realised that you are the author of that package. Sorry. > > I set > > (require 'outorg) > (require 'outshine) > (add-hook 'outline-minor-mode-hook 'outshine-hook-function) > > (add-hook 'message-mode-hook 'outline-minor-mode)
ok, maybe I answered the wrong message, does not look that incomplete actually. Maybe try a copy of my config. I used outorg-edit-as-org to insert and evaluate these source blocks directly in this email, so for me it works: #+BEGIN_SRC emacs-lisp (emacs-version) #+END_SRC #+results: : GNU Emacs 25.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.26) : of 2018-02-09 #+BEGIN_SRC emacs-lisp (org-version) #+END_SRC #+results: : 8.2.10 #+BEGIN_SRC emacs-lisp (gnus-version) #+END_SRC #+results: : Gnus v5.13 > But when I fire up outorg-edit-as-org in a reply message I obtain the > error I described in my earlier message. > > Uwe Brauer -- cheers, Thorsten