Hi Markus, Nick and Carsten,

Markus Heller wrote:
> On 5/17/2010 2:02 PM, Nick Dokos wrote:
>> Markus Heller<helle...@gmail.com>  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


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to