[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-mode gets confused with column widths when 'time-stamp-custo
From: |
Nicolas Goaziou |
Subject: |
Re: [O] org-mode gets confused with column widths when 'time-stamp-custom-formats' are applied. |
Date: |
Wed, 15 Nov 2017 18:15:02 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hello,
Ruy Exel <address@hidden> writes:
> Consider the table below:
>
> | Name | Date of Birth |
> |-------+------------------|
> | John | <1978-11-14 Tue> |
> | Peter | <1970-11-14 Sat> |
> |-------+------------------|
>
> Suppose we want to format time stamps differently, such as with the
> following elisp commands:
>
> (setq org-time-stamp-custom-formats (quote ("<%d %b %y>" . "<%m/%d/%y %a
> %H:%M>")))
> (org-toggle-time-stamp-overlays)
>
> After realigning the table you get
>
> | Name | Date of Birth |
> |-------+------------------|
> | John | <14 Nov 1978> |
> | Peter | <14 Nov 1970> |
> |-------+------------------|
Fixed. Thank you.
Regards,
--
Nicolas Goaziou