emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Agenda view > Day separator


From: Štěpán Němec
Subject: [Orgmode] Re: Agenda view > Day separator
Date: Tue, 18 May 2010 10:33:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)


Sébastien Vauban <address@hidden>
writes:

> (setq org-agenda-format-date
>       (concat "%Y-%m-%d %a "
>               (make-string (- (window-width) 15) (string-to-char "_"))))
>
> Carsten, maybe this could be made the default value?  I guess it would help
> people out there, when using the default config. Just a suggestion, I don't
> mind setting it myself in my .emacs.

[If that happens, please change (string-to-char "_") to ?_
Elisp has read syntax for characters, so you're making an unnecessary
function call.]

Štěpán




reply via email to

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