emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] Fix old Babel syntax in library-of-babel.org
@ 2012-02-16 15:00 Sebastien Vauban
  2012-02-18 16:16 ` Eric Schulte
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastien Vauban @ 2012-02-16 15:00 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

From 3569c16e1d4270e6004441d8cdcc92801b3a01cd Mon Sep 17 00:00:00 2001
From: Sebastien Vauban <sva-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
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

-- 
Sebastien Vauban

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix old Babel syntax in library-of-babel.org
  2012-02-16 15:00 [PATCH] Fix old Babel syntax in library-of-babel.org Sebastien Vauban
@ 2012-02-18 16:16 ` Eric Schulte
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Schulte @ 2012-02-18 16:16 UTC (permalink / raw)
  To: Sebastien Vauban; +Cc: emacs-orgmode

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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-18 16:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-16 15:00 [PATCH] Fix old Babel syntax in library-of-babel.org Sebastien Vauban
2012-02-18 16:16 ` Eric Schulte

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).