emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
   commit a42be4b0c0e6fc6869247998ea7d7b7a2e6be212 (patch)
   parent 58d5fb1d5 Minor example fix.
     tree 6306704dcebf067c62cd26585e7f5d1c7ef102f3
   author Rob Giardina <rob@giardina.us>   2011-12-11 14:47:25 +0100
committer Bastien Guerry <bzg@altern.org>  2011-12-11 14:47:25 +0100

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

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

TINYCHANGE
---
 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 f8512d3b5..155bf2d10 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)


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

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).