emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric Schulte <eric.schulte@gmx.com>
To: Sebastien Vauban <wxhgmqzgwmuf@spammotel.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] Fix old Babel syntax in library-of-babel.org
Date: Sat, 18 Feb 2012 09:16:40 -0700	[thread overview]
Message-ID: <87fwe8ruaf.fsf@gmx.com> (raw)
In-Reply-To: <8039aavn4x.fsf@somewhere.org> (Sebastien Vauban's message of "Thu, 16 Feb 2012 16:00:46 +0100")

Applied, Thanks

"Sebastien Vauban" <wxhgmqzgwmuf@spammotel.com> writes:

> From 3569c16e1d4270e6004441d8cdcc92801b3a01cd Mon Sep 17 00:00:00 2001
> From: Sebastien Vauban <sva@mygooglest.com>
> Date: Thu, 16 Feb 2012 15:50:17 +0100
> Subject: [PATCH] Fix old Babel syntax
>
> ---
>  contrib/babel/library-of-babel.org |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/contrib/babel/library-of-babel.org b/contrib/babel/library-of-babel.org
> index ecad0fe..0098e72 100644
> --- a/contrib/babel/library-of-babel.org
> +++ b/contrib/babel/library-of-babel.org
> @@ -143,7 +143,7 @@ normal document.
>  #+end_src
>  
>  example usage
> -: #+source: fibs
> +: #+name: fibs
>  : #+begin_src emacs-lisp :var n=8
>  :   (flet ((fib (m) (if (< m 2) 1 (+ (fib (- m 1)) (fib (- m 2))))))
>  :     (mapcar (lambda (el) (list el (fib el))) (number-sequence 0 (- n 1))))
> -- 
> 1.7.5.1
>
>
> Best regards,
>   Seb

-- 
Eric Schulte
http://cs.unm.edu/~eschulte/

      reply	other threads:[~2012-02-18 16:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-16 15:00 [PATCH] Fix old Babel syntax in library-of-babel.org Sebastien Vauban
2012-02-18 16:16 ` Eric Schulte [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fwe8ruaf.fsf@gmx.com \
    --to=eric.schulte@gmx.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=wxhgmqzgwmuf@spammotel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).