org-agenda-with-point-at-orig-entry: Fix body indentation

* lisp/org-agenda.el (org-agenda-with-point-at-orig-entry): Indent
like `org-with-point-at'.

TINYCHANGE
This commit is contained in:
Aaron L. Zeng 2022-06-21 01:59:37 -04:00 committed by Ihor Radchenko
parent 036939b5b1
commit ac7b8f9d2e
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -2129,7 +2129,7 @@ argument to `set-category' for each entry it's called against."
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."
(declare (debug t))
(declare (debug t) (indent 1))
(org-with-gensyms (marker)
`(let ((,marker (get-text-property (if ,string 0 (point-at-bol))
'org-hd-marker ,string)))