From: Renato Ferreira <renatofdds@gmail.com>
To: Kyle Meyer <kyle@kyleam.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] org-agenda.el: Rename org-agenda-format-item parameters
Date: Tue, 30 Mar 2021 17:21:44 -0300 [thread overview]
Message-ID: <87r1jw5r53.fsf@gmail.com> (raw)
In-Reply-To: <87wntp2uql.fsf@kyleam.com> (Kyle Meyer's message of "Mon, 29 Mar 2021 23:20:02 -0400")
On Mon, 29 Mar 2021 23:20:02 -0400, Kyle Meyer <kyle@kyleam.com> said:
> Presumably you arrived at this patch because you hit into a particular
> issue (related the lexical binding conversion in 129c33ddd).
> Could you provide a reproducer (or at least a description) for that
> problem? That'd be useful for reviewing this patch, as well as
> assessing if the conversion has other similar issues.
Sure:
```org
* TODO Header
** TODO Subheader
* Setup
#+begin_src emacs-lisp :results none
(setq org-agenda-prefix-format '((agenda . " %i %-12:c%?-12t% s")
(todo . "% l %i %-12:c")
(tags . " %i %-12:c")
(search . " %i %-12:c"))
org-agenda-files (list (buffer-file-name (current-buffer))))
(org-todo-list "TODO")
#+end_src
```
Note the "% l" on the todo format to use level variable.
Evaluating this will result in "if: Symbol’s value as variable is void:
level" in commit 68db6fc06.
--
Att.,
Renato Ferreira
next prev parent reply other threads:[~2021-03-30 20:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-25 19:35 [PATCH] org-agenda.el: Rename org-agenda-format-item parameters Renato Ferreira
2021-03-30 3:20 ` Kyle Meyer
2021-03-30 20:21 ` Renato Ferreira [this message]
2021-03-31 4:11 ` Kyle Meyer
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=87r1jw5r53.fsf@gmail.com \
--to=renatofdds@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=kyle@kyleam.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).