소스 검색

Fix quoting in org-agenda-with-point-at-orig-entry.

* org-agenda.el (org-agenda-with-point-at-orig-entry): Small
bugfix.

TINYCHANGE
Rob Giardina 14 년 전
부모
커밋
a42be4b0c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
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)