emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Christopher Suckling" <suckling.list@googlemail.com>
To: emacs-orgmode@gnu.org
Subject: [Patch] Fixes elisp links in org files
Date: Sat, 22 Nov 2008 16:22:32 +0000	[thread overview]
Message-ID: <f7a08c370811220822g7298be61hf5ef9bf8f9f1e6a4@mail.gmail.com> (raw)


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

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

[-- Attachment #1.2: Type: text/html, Size: 1578 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 16:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-22 16:22 Christopher Suckling [this message]
2008-11-22 23:35 ` [Patch] Fixes elisp links in org files Carsten Dominik

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=f7a08c370811220822g7298be61hf5ef9bf8f9f1e6a4@mail.gmail.com \
    --to=suckling.list@googlemail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).