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: Sébastien Vauban
Subject: [Orgmode] Re: Agenda view > Day separator
Date: Tue, 18 May 2010 09:39:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Hi Markus, Nick and Carsten,

Markus Heller wrote:
> On 5/17/2010 2:02 PM, Nick Dokos wrote:
>> Markus Heller<address@hidden>  wrote:
>>
>>> Just curious, how can I get the day of the week in there as a string?
>>
>> %a - abbreviated
>> %A - full name

Just for the sake of clarity and completeness, here's my current definition of
the "format string for displaying dates":

--8<---------------cut here---------------start------------->8---
(setq org-agenda-format-date
      (concat "%Y-%m-%d %a "
              (make-string (- (window-width) 15) (string-to-char "_"))))
--8<---------------cut here---------------end--------------->8---

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.

Best regards,
  Seb

-- 
Sébastien Vauban




reply via email to

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