Sébastien Vauban <[email protected]> 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 _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
