emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: add "elisp" to org-babel-tangle-lang-exts to support "elisp


From: Eric Schulte
Subject: Re: [O] Bug: add "elisp" to org-babel-tangle-lang-exts to support "elisp" source blocks [8.2.5h (release_8.2.5h-680-g12df70 @ /home/youngfrog/sources/org-mode/lisp/)]
Date: Thu, 06 Mar 2014 14:58:02 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Applied, Thanks.

Nicolas Richard <address@hidden> writes:

> Hello,
>
> "elisp" (vs "emacs-lisp") code blocks are supported via an entry
> "org-src-lang-modes" but not in org-babel-tangle-lang-exts.
>
> The patch below is to fix that.
>
> From: Nicolas Richard <address@hidden>
> Date: Wed, 5 Mar 2014 16:49:30 +0100
> Subject: [PATCH] lisp/ob-tangle.el: "elisp" should get tangled to ".el" files.
>
> ---
>  lisp/ob-tangle.el | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el
> index 5797ea4..8923e16 100644
> --- a/lisp/ob-tangle.el
> +++ b/lisp/ob-tangle.el
> @@ -41,7 +41,8 @@
>  (declare-function org-before-first-heading-p "org" ())
>  
>  (defcustom org-babel-tangle-lang-exts
> -  '(("emacs-lisp" . "el"))
> +  '(("emacs-lisp" . "el")
> +    ("elisp" . "el"))
>    "Alist mapping languages to their file extensions.
>  The key is the language name, the value is the string that should
>  be inserted as the extension commonly used to identify files

-- 
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D



reply via email to

[Prev in Thread] Current Thread [Next in Thread]