emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Aaron L. Zeng
Subject: [PATCH] org-agenda-with-point-at-orig-entry: Fix body indentation
Date: Tue, 21 Jun 2022 01:59:37 -0400

---
 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 76f71e33e..021d36657 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -2124,7 +2124,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)))
-- 
2.36.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]