From: "Aaron L. Zeng" <me@bcc32.com> To: emacs-orgmode@gnu.org Cc: "Aaron L. Zeng" <me@bcc32.com> Subject: [PATCH] org-agenda-with-point-at-orig-entry: Fix body indentation Date: Tue, 21 Jun 2022 01:59:37 -0400 [thread overview] Message-ID: <20220621055937.1897024-1-me@bcc32.com> (raw) --- 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
next reply other threads:[~2022-06-21 6:01 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-06-21 5:59 Aaron L. Zeng [this message] 2022-06-27 12:48 ` Ihor Radchenko
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://www.orgmode.org/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20220621055937.1897024-1-me@bcc32.com \ --to=me@bcc32.com \ --cc=emacs-orgmode@gnu.org \ --subject='Re: [PATCH] org-agenda-with-point-at-orig-entry: Fix body indentation' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this 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).