>From 628b8ec90851710bb168164e2d4145acf4360d77 Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Sat, 19 Sep 2015 13:41:25 +0800 Subject: [PATCH] org-agenda.el: Fix org-agenda-with-point-at-orig-entry * lisp/org-agenda.el (org-agenda-with-point-at-orig-entry): Add missing comma in the backquote template. --- lisp/org-agenda.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 9f85cfa..95fb046 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -2006,7 +2006,7 @@ 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)) + `(let ((,marker (get-text-property (if ,string 0 (point-at-bol)) 'org-hd-marker ,string))) (with-current-buffer (marker-buffer ,marker) (save-excursion -- 2.5.2