From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: [SOLVED] (was: how do you compose mails in Gnus with org-mode) Date: Fri, 09 Mar 2018 22:49:49 +0100 Message-ID: <87h8poncle.fsf_-_@mat.ucm.es> References: <87inafvrwi.fsf@gmail.com> <878tb9bcde.fsf@gmail.com> <87r2oxpl6y.fsf@mat.ucm.es> <87po4hrrj9.fsf@gmail.com> <87lgf581vu.fsf@mat.ucm.es> <87a7vlro6f.fsf@gmail.com> <87zi3kqkbp.fsf@mat.ucm.es> <87bmfzok25.fsf@gmail.com> <87a7vjuf19.fsf@mat.ucm.es> <87a7vibj2b.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1euPtz-0001QX-Fp for emacs-orgmode@gnu.org; Fri, 09 Mar 2018 16:50:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1euPtu-0001xp-Oi for emacs-orgmode@gnu.org; Fri, 09 Mar 2018 16:50:11 -0500 Received: from [195.159.176.226] (port=42342 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1euPtu-0001xc-HX for emacs-orgmode@gnu.org; Fri, 09 Mar 2018 16:50:06 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1euPrk-0002Mz-N4 for emacs-orgmode@gnu.org; Fri, 09 Mar 2018 22:47:52 +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 > Uwe Brauer writes: > When I do M-# # writing this mail I see: > ,---- > | [ *unsent followup to Uwe Brauer on gmane.emacs.orgmode* ] Exit with M-# > | (Meta-Key and #) > | * --text follows this line-- > | Uwe Brauer writes: ...[] > `---- I found the culprit (setq message-yank-prefix " > ") No idea why I had this, but may be it is ages there. Just moving it out my init files and everything worked as expected. Thanks Uwe