summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Giardina <rob@giardina.us>2011-12-11 14:47:25 +0100
committerBastien Guerry <bzg@altern.org>2011-12-11 14:47:25 +0100
commita42be4b0c0e6fc6869247998ea7d7b7a2e6be212 (patch)
tree6306704dcebf067c62cd26585e7f5d1c7ef102f3
parent58d5fb1d5dd3b15a94d7f7839a4540506964fbe2 (diff)
downloadorg-mode-a42be4b0c0e6fc6869247998ea7d7b7a2e6be212.tar.gz
Fix quoting in org-agenda-with-point-at-orig-entry.
* org-agenda.el (org-agenda-with-point-at-orig-entry): Small bugfix. TINYCHANGE
-rw-r--r--lisp/org-agenda.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index f8512d3..155bf2d 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -1742,7 +1742,7 @@ 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)))
+ 'org-hd-marker ,string)))
(with-current-buffer (marker-buffer ,marker)
(save-excursion
(goto-char ,marker)