emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <dominik@science.uva.nl>
To: Christopher Suckling <suckling.list@googlemail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [Patch] Fixes elisp links in org files
Date: Sun, 23 Nov 2008 00:35:33 +0100	[thread overview]
Message-ID: <FC394AEE-C02E-4612-9166-F8DE3CD337CD@uva.nl> (raw)
In-Reply-To: <f7a08c370811220822g7298be61hf5ef9bf8f9f1e6a4@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1101 bytes --]

Indeed, thank you very much.

Fixed, thanks.

- Carsten

On Nov 22, 2008, at 5:22 PM, Christopher Suckling wrote:

> Following elisp links in org files has been broken since commit  
> 4954225ce37.
>
> This small patch fixes them.
>
> Best wishes,
>
> Christopher
>
> diff --git a/lisp/org.el b/lisp/org.el
> index 3953333..6d52dd9 100644
> --- a/lisp/org.el
> +++ b/lisp/org.el
> @@ -6877,8 +6877,8 @@ application the system uses for this file type."
>                                      'face 'org-warning))))
>               (message "%s => %s" cmd
>                        (if (equal (string-to-char cmd) ?\()
> -                          (call-interactively (read cmd))
> -                        (eval (read cmd))))
> +                          (eval (read cmd))
> +                          (call-interactively (read cmd))))
>             (error "Abort"))))
>
>         (t
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[-- Attachment #1.2: Type: text/html, Size: 2202 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

      reply	other threads:[~2008-11-22 23:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-22 16:22 [Patch] Fixes elisp links in org files Christopher Suckling
2008-11-22 23:35 ` Carsten Dominik [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=FC394AEE-C02E-4612-9166-F8DE3CD337CD@uva.nl \
    --to=dominik@science.uva.nl \
    --cc=emacs-orgmode@gnu.org \
    --cc=suckling.list@googlemail.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).