From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Schmitt Newsgroups: gmane.emacs.help Subject: Re: contractor resources for emacs extension development Date: Fri, 18 Oct 2013 13:25:55 +0200 Organization: IRISA, INRIA Rennes (FR) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1382096414 29503 80.91.229.3 (18 Oct 2013 11:40:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Oct 2013 11:40:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 18 13:40:19 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VX8Pi-0006wd-To for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Oct 2013 13:40:19 +0200 Original-Received: from localhost ([::1]:57018 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX8Pi-0007NF-Di for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Oct 2013 07:40:18 -0400 X-Received: by 10.181.11.165 with SMTP id ej5mr1226444wid.0.1382096234986; Fri, 18 Oct 2013 04:37:14 -0700 (PDT) Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: top-wifi.irisa.fr Original-X-Trace: news-v3.irisa.fr 1382095555 3763 131.254.66.192 (18 Oct 2013 11:25:55 GMT) Original-X-Complaints-To: abuse@irisa.fr Original-NNTP-Posting-Date: Fri, 18 Oct 2013 11:25:55 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:jdCXvPm1A9paUWNULFdpkGBh9B0= Original-Path: usenet.stanford.edu!et7no19196157wib.1!news-out.google.com!ed8ni320823wic.0!nntp.google.com!proxad.net!feeder1-2.proxad.net!feed.ac-versailles.fr!news.ecp.fr!news-rocq.inria.fr!news.irisa.fr!.POSTED!not-for-mail Original-Xref: usenet.stanford.edu gnu.emacs.help:201813 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:94082 Archived-At: Thorsten Jolitz writes: > I needed just a little trick to make outorg work with message mode, and > now I can write arbitrarily complex emails in full Org-mode for the > price of doing M-# M-# (M-x outorg-edit-as-org) once to fire up the > *outorg-edit-buffer*, and then M-# (M-x outorg-copy-edits-and-exit) to > convert the modified content back to its original format. Its really > handy to be able to write _and_ evaluate code examples directly in the > buffer you are writing your email in ... How do you do this? I just gave it a try, and I got an error message when invoking outorg-edit-as-org: ,---- | outline-back-to-heading: before first heading `---- Alan