Skip to content

Commit

Permalink
org-agenda-with-point-at-orig-entry: Fix body indentation
Browse files Browse the repository at this point in the history
* lisp/org-agenda.el (org-agenda-with-point-at-orig-entry): Indent
like `org-with-point-at'.

TINYCHANGE
  • Loading branch information
bcc32 authored and yantar92 committed Jun 27, 2022
1 parent 036939b commit ac7b8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/org-agenda.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit ac7b8f9

Please sign in to comment.