emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] org-agenda-with-point-at-orig-entry: Fix body indentation
@ 2022-06-21  5:59 Aaron L. Zeng
  2022-06-27 12:48 ` Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron L. Zeng @ 2022-06-21  5:59 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: Aaron L. Zeng

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-27 12:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21  5:59 [PATCH] org-agenda-with-point-at-orig-entry: Fix body indentation Aaron L. Zeng
2022-06-27 12:48 ` Ihor Radchenko

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