From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Brown Newsgroups: gmane.emacs.help Subject: Re: contractor resources for emacs extension development Date: Fri, 18 Oct 2013 00:39:41 -0500 Organization: Unlimited download news at news.astraweb.com Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1382074821 3407 80.91.229.3 (18 Oct 2013 05:40:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Oct 2013 05:40:21 +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 07:40:25 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 1VX2nN-0003ED-Uq for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Oct 2013 07:40:22 +0200 Original-Received: from localhost ([::1]:55835 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX2nN-0005ey-GH for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Oct 2013 01:40:21 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!news.astraweb.com!border6.newsrouter.astraweb.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (darwin) Cancel-Lock: sha1:4//wsQs/jEfwJMMrPI/nwKi6mmM= Original-Lines: 32 Original-NNTP-Posting-Host: 61f84ad5.news.astraweb.com Original-X-Trace: DXC=Kj]7B; =@CRh]`e1HJ8=:?`L?0kYOcDh@jJUH_1W:50[cFY`X_Y8OYWb^1JaZ>c_`GkMZ]J3M[EQkj=\IR5[g5c[naFNLKM5bdKlocYPgX67L3e Original-Xref: usenet.stanford.edu gnu.emacs.help:201801 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:94070 Archived-At: Thorsten Jolitz writes: > > Here is a screencast on youtube that illustrates how to use the >libraries with emacs-lisp buffers, but they can be used with many >major-modes (outorg works e.g. with message-mode too, therefore I'm >writing this email in full Org-mode right now). > Hi Thorsten, I was excited to see your post on the gnus list, too. Could you: - please re/post the URL for the screencast? - I would like to try out navi. I got your outshine via MELPA -- can you make that code available there, too? Thanks, Eric --- (Just for fun) #+BEGIN_SRC emacs-lisp (message "%s" "emacs rocks") #+END_SRC #+RESULTS: : emacs rocks