emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/org ac7b8f9d2e: org-agenda-with-point-at-orig-entry: Fi


From: ELPA Syncer
Subject: [elpa] externals/org ac7b8f9d2e: org-agenda-with-point-at-orig-entry: Fix body indentation
Date: Mon, 27 Jun 2022 08:57:46 -0400 (EDT)

branch: externals/org
commit ac7b8f9d2e963099f1cc1ce865a99f5eb47e2ffe
Author: Aaron L. Zeng <me@bcc32.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    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
---
 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 769ac0d45d..e5647acd3e 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -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)))



reply via email to

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