emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bert Burgemeister <trebbu@googlemail.com>
To: emacs-orgmode@gnu.org
Subject: [PATCH] Bugfix: org-agenda-open-link
Date: Sun, 13 Mar 2011 16:18:44 +0100	[thread overview]
Message-ID: <87lj0jf3qj.fsf@ID-264851.user.dfncis.de> (raw)


* Org-agenda.el (org-agenda-open-link): C-c C-o didn't open links
inserted via the `%%( )' mechanism, affecting usability of
`%%(org-bbdb-anniversaries).

TINYCHANGE
---


The bug was apparently introduced in commit
ba1e90893d128d8004e4cb6763af692c5a6cd677.

-- 
Bert 



 lisp/org-agenda.el |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 4b4dd68..123668c 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -6742,13 +6742,13 @@ at the text of the entry itself."
 		  (+ (point-at-bol)
 		     (or (org-get-at-bol 'prefix-length) 0)))))
     (cond
-     (buffer
-      (with-current-buffer buffer
-	(save-excursion
-	  (save-restriction
-	    (widen)
-	    (goto-char marker)
-	    (org-offer-links-in-entry arg prefix)))))
+     ((and buffer
+	   (with-current-buffer buffer
+	     (save-excursion
+	       (save-restriction
+		 (widen)
+		 (goto-char marker)
+		 (org-offer-links-in-entry arg prefix))))))
      ((or (org-in-regexp (concat "\\(" org-bracket-link-regexp "\\)"))
 	  (save-excursion
 	    (beginning-of-line 1)
-- 
1.7.2.3

             reply	other threads:[~2011-03-13 15:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-13 15:18 Bert Burgemeister [this message]
2011-03-19 12:14 ` [PATCH] Bugfix: org-agenda-open-link Bert Burgemeister

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=87lj0jf3qj.fsf@ID-264851.user.dfncis.de \
    --to=trebbu@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).