emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug: Agenda Custom Command org-agenda-prefix-format %l returns e


From: Nicolas Goaziou
Subject: Re: [O] Bug: Agenda Custom Command org-agenda-prefix-format %l returns error [8.3beta (release_8.3beta-1025-g7b97b6 @ /home/dominik/.emacs.d/org-mode/lisp/)]
Date: Sat, 11 Apr 2015 00:18:58 +0200

Hello,

Dominik Schrempf <address@hidden> 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



reply via email to

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