From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: export of formatted date macro fails Date: Wed, 27 Sep 2017 13:21:14 +0000 Message-ID: References: <20170927145041.23ee2007@lt70.mpip-mainz.mpg.de> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="089e082652983208eb055a2bab6b" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxCHL-000069-Rl for emacs-orgmode@gnu.org; Wed, 27 Sep 2017 09:21:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxCHH-000821-U1 for emacs-orgmode@gnu.org; Wed, 27 Sep 2017 09:21:31 -0400 Received: from mail-yw0-x234.google.com ([2607:f8b0:4002:c05::234]:48486) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dxCHH-00081X-PB for emacs-orgmode@gnu.org; Wed, 27 Sep 2017 09:21:27 -0400 Received: by mail-yw0-x234.google.com with SMTP id u205so9266791ywa.5 for ; Wed, 27 Sep 2017 06:21:26 -0700 (PDT) In-Reply-To: <20170927145041.23ee2007@lt70.mpip-mainz.mpg.de> 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" To: Robert Klein , emacs-org list --089e082652983208eb055a2bab6b Content-Type: text/plain; charset="UTF-8" On Wed, Sep 27, 2017, 8:52 AM Robert Klein wrote: > > and later the macro > > {{{date(%A, %B %e, %Y)}} > > The exported document only has the "Sunday" (%A) part of the date. > > Same for {{{date(%A,%B%e,%Y)}}. > , is used as Org macro arguments separator. So that needs to be escaped with a backslash. Try: {{{date(%A\, %B %e\, %Y)}} > -- Kaushal Modi --089e082652983208eb055a2bab6b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable



--089e082652983208eb055a2bab6b--