From cc386175a8a6cc7d1606bbc6c1c47589f95f8ac2 Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Sun, 14 Dec 2014 17:30:49 +0800 Subject: [PATCH 2/4] Missing comma in org-agenda-with-point-at-orig-entry * lisp/org-agenda.el (org-agenda-with-point-at-orig-entry): Fix backquote structure. --- 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 5990bbb..529cd0e 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -2004,7 +2004,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.1.3