Skip to content

Commit ac7b8f9

Browse files
bcc32yantar92
authored andcommitted
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
1 parent 036939b commit ac7b8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/org-agenda.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2129,7 +2129,7 @@ argument to `set-category' for each entry it's called against."
21292129
If STRING is non-nil, the text property will be fetched from position 0
21302130
in that string. If STRING is nil, it will be fetched from the beginning
21312131
of the current line."
2132-
(declare (debug t))
2132+
(declare (debug t) (indent 1))
21332133
(org-with-gensyms (marker)
21342134
`(let ((,marker (get-text-property (if ,string 0 (point-at-bol))
21352135
'org-hd-marker ,string)))

0 commit comments

Comments
 (0)