emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [Patch] Fixes elisp links in org files
@ 2008-11-22 16:22 Christopher Suckling
  2008-11-22 23:35 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Suckling @ 2008-11-22 16:22 UTC (permalink / raw)
  To: emacs-orgmode


[-- 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

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

* Re: [Patch] Fixes elisp links in org files
  2008-11-22 16:22 [Patch] Fixes elisp links in org files Christopher Suckling
@ 2008-11-22 23:35 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-11-22 23:35 UTC (permalink / raw)
  To: Christopher Suckling; +Cc: emacs-orgmode


[-- 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

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

end of thread, other threads:[~2008-11-22 23:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-22 16:22 [Patch] Fixes elisp links in org files Christopher Suckling
2008-11-22 23:35 ` Carsten Dominik

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