emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rob Giardina <rob@giardina.us>
To: emacs-orgmode@gnu.org
Subject: [PATCH] fix quoting in org-agenda-with-point-at-orig-entry (apparently unused except in my CLOSED prop sorting code)
Date: Tue, 29 Nov 2011 10:17:04 -0500	[thread overview]
Message-ID: <CAL=ALH1cevLt58o4use3jHRweQeU7=s9F+o5qn8+sobDJ2hXAw@mail.gmail.com> (raw)

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 0a98fbe..5a7614c 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -1741,8 +1741,8 @@ If STRING is non-nil, the text property will be
fetched from position 0
 in that string.  If STRING is nil, it will be fetched from the beginning
 of the current line."
   (org-with-gensyms (marker)
-    `(let ((,marker (get-text-property (if string 0 (point-at-bol))
-				       'org-hd-marker string)))
+    `(let ((,marker (get-text-property (if ,string 0 (point-at-bol))
+				       'org-hd-marker ,string)))
        (with-current-buffer (marker-buffer ,marker)
 	 (save-excursion
 	   (goto-char ,marker)

             reply	other threads:[~2011-11-29 15:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-29 15:17 Rob Giardina [this message]
2011-12-11 13:48 ` [PATCH] fix quoting in org-agenda-with-point-at-orig-entry (apparently unused except in my CLOSED prop sorting code) Bastien

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='CAL=ALH1cevLt58o4use3jHRweQeU7=s9F+o5qn8+sobDJ2hXAw@mail.gmail.com' \
    --to=rob@giardina.us \
    --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).