From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: orgtbl-insert-radio-table, latex and org-time-stamp-custom-formats Date: Wed, 24 Feb 2016 17:50:18 +0100 Message-ID: <87h9gy59yt.fsf@nicolasgoaziou.fr> References: <87fuwim6mw.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYcbp-0003IS-Jy for emacs-orgmode@gnu.org; Wed, 24 Feb 2016 11:48:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYcbo-0002Qm-CT for emacs-orgmode@gnu.org; Wed, 24 Feb 2016 11:48:17 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:50837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYcbo-0002Qb-66 for emacs-orgmode@gnu.org; Wed, 24 Feb 2016 11:48:16 -0500 Received: from selenimh (unknown [IPv6:2a03:a0a0:0:4301::2de]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 6ADA7A80D0 for ; Wed, 24 Feb 2016 17:48:14 +0100 (CET) In-Reply-To: <87fuwim6mw.fsf@mat.ucm.es> (Uwe Brauer's message of "Wed, 24 Feb 2016 16:10:15 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, Uwe Brauer writes: > I use from time to time in my latex files orgtbl-mode and > orgtbl-insert-radio-table (since org-time-stamp does not work in > orgtbl-mode I insert the stamps in a org file and then copy the content > into the radio table. However > the format > <2016-02-24 Wed> > > Is not suited for LaTeX: < generates a ? > > There are at least two solutions: > > - use the format $<2016-02-24 Wed>$ > > - or =C2=AB2016-02-24 Wed=C2=BB > > Now I used (customize-option (quote org-time-stamp-custom-formats)) > and set it to ("=C2=AB%m/%d/%y %a=C2=BB" . "=C2=AB%m/%d/%y %a %H:%M=C2=BB= ") > but it had no effect so far. > > Any comments? What is the value of `org-display-custom-times'? Regards, --=20 Nicolas Goaziou