From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: how do you compose mails in Gnus with org-mode Date: Tue, 06 Mar 2018 19:38:34 +0100 Message-ID: <87h8ptrqvp.fsf@gmail.com> References: <87inafvrwi.fsf@gmail.com> <878tb9bcde.fsf@gmail.com> <87r2oxpl6y.fsf@mat.ucm.es> <87po4hrrj9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etHUM-0007iY-Ap for emacs-orgmode@gnu.org; Tue, 06 Mar 2018 13:39:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etHUI-0006Ho-80 for emacs-orgmode@gnu.org; Tue, 06 Mar 2018 13:39:01 -0500 Received: from [195.159.176.226] (port=44246 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1etHUI-0006G5-1W for emacs-orgmode@gnu.org; Tue, 06 Mar 2018 13:38:58 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1etHSA-0000ee-5R for emacs-orgmode@gnu.org; Tue, 06 Mar 2018 19:36:46 +0100 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" To: emacs-orgmode@gnu.org Thorsten Jolitz writes: > Uwe Brauer writes: > >>>>> "Thorsten" == Thorsten Jolitz writes: >> >> > Joseph Vidal-Rosset 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) PS you do have this variable defined, right? ,---- | mail-header-separator is a variable defined in ‘sendmail.el’. | Its value is "--text follows this line--" | | Documentation: | Line used to separate headers from text in messages being composed. | | You can customize this variable. `---- the value is not important, but it can't be nil. > 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