Hello,
Dominik Schrempf <[email protected]> writes:
> I tried to configure org-agenda-custom-commands by
>
> (setq org-agenda-custom-commands
> '((" " "Agenda"
> ((tags-todo "/!+TODO"
> ((org-agenda-overriding-header "University")
> (org-agenda-todo-ignore-scheduled t)
> (org-agenda-todo-ignore-deadlines t)
> (org-agenda-todo-ignore-with-date t)
> ;TODO: BUG, Indenting todo items does not work.
> (org-agenda-prefix-format " %i %-12:c%l%s")
> (org-agenda-sorting-strategy
> '(category-keep)))))
> nil)))
>
> I want the todo items to be indented according to their level with '%l'.
> However, when I add the '%l' flag and try to open this agenda view, I
> get:
>
> concat: Wrong type argument: buffer-or-string-p, 2
Fixed in 9debffbe0f1c10e33514073264d2d5462c1fa0f8. Thank you.
Regards,
--
Nicolas Goaziou