From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: orgtbl-insert-radio-table, latex and org-time-stamp-custom-formats Date: Wed, 24 Feb 2016 16:10:15 +0000 Message-ID: <87fuwim6mw.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYc1I-0002RZ-8z for emacs-orgmode@gnu.org; Wed, 24 Feb 2016 11:10:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYc1E-0007Qs-3Q for emacs-orgmode@gnu.org; Wed, 24 Feb 2016 11:10:32 -0500 Received: from plane.gmane.org ([80.91.229.3]:60728) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYc1D-0007Qa-Sm for emacs-orgmode@gnu.org; Wed, 24 Feb 2016 11:10:28 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aYc1C-0003Pz-1S for emacs-orgmode@gnu.org; Wed, 24 Feb 2016 17:10:26 +0100 Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Feb 2016 17:10:26 +0100 Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Feb 2016 17:10:26 +0100 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 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 «2016-02-24 Wed» Now I used (customize-option (quote org-time-stamp-custom-formats)) and set it to ("«%m/%d/%y %a»" . "«%m/%d/%y %a %H:%M»") but it had no effect so far. Any comments? Thanks Uwe Brauer