emacs-orgmode
[Top][All Lists]
Advanced

[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: Ruy Exel
Subject: Re: [O] org-mode gets confused with column widths when 'time-stamp-custom-formats' are applied.
Date: Wed, 15 Nov 2017 17:10:55 -0200

Wow!  That was quick.  Thanks.

Ruy

On Nov 15, 2017 15:15, "Nicolas Goaziou" <address@hidden> wrote:
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

reply via email to

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