From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Zhao Subject: Re: Intermixed date in koma-letter export Date: Wed, 9 Dec 2015 21:41:06 -0500 Message-ID: References: <87egeypqb2.fsf@gmx.us> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b5d4a7e817e6c0526822362 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6rAK-0004Ri-RF for emacs-orgmode@gnu.org; Wed, 09 Dec 2015 21:41:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6rAJ-0000ci-N7 for emacs-orgmode@gnu.org; Wed, 09 Dec 2015 21:41:08 -0500 Received: from mail-ob0-x22b.google.com ([2607:f8b0:4003:c01::22b]:34299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6rAJ-0000cT-JO for emacs-orgmode@gnu.org; Wed, 09 Dec 2015 21:41:07 -0500 Received: by obciw8 with SMTP id iw8so50036834obc.1 for ; Wed, 09 Dec 2015 18:41:06 -0800 (PST) In-Reply-To: <87egeypqb2.fsf@gmx.us> 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: Rasmus Cc: emacs-orgmode --047d7b5d4a7e817e6c0526822362 Content-Type: text/plain; charset=UTF-8 Hi Rasmus, Thanks for your help. However, adding the :EXPORT_DATE: property doesn't work. Firstly, there's an error: "PDF file produced with errors.". Secondly, even though it still produced a PDF output, the date is always today's date which is wrong. Thanks. On Mon, Dec 7, 2015 at 4:21 AM, Rasmus wrote: > York Zhao writes: > > > Let's say I have two letters: > > > > * Letter1 > > ** Preamble :noexport: > > > > #+DATE: 2015-10-26 Monday > > ** To whom it may concern, > > > > > > * Letter2 > > ** Preamble :noexport: > > > > #+DATE: 2015-12-03 Thursday > > ** Hi, > > This should work: > > * letter 1 > :PROPERTIES: > :EXPORT_DATE: 2015-10-26 Monday > :END: > ** To whom it may concern, > > * letter 2 > :PROPERTIES: > :EXPORT_DATE: 2015-12-03 Thursday > :END: > ** hi, > > > -- > Dobbelt-A > > > --047d7b5d4a7e817e6c0526822362 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Rasmus,

Thanks for your help. However, adding th= e :EXPORT_DATE: property doesn't work. Firstly, there's an error: &= quot;PDF file produced with errors.". Secondly, even though it still p= roduced a PDF output, the date is always today's date which is wrong.
Thanks.

On Mon, Dec 7, 2015 at 4:21 AM, Rasmus <rasmus@gmx.us> wr= ote:
York Zhao <gtdplatform@gmail.com> writes:
> Let's say I have two letters:
>
>=C2=A0 =C2=A0* Letter1
>=C2=A0 =C2=A0** Preamble :noexport:
>
>=C2=A0 =C2=A0#+DATE: 2015-10-26 Monday
>=C2=A0 =C2=A0** To whom it may concern,
>
>
>=C2=A0 =C2=A0* Letter2
>=C2=A0 =C2=A0** Preamble :noexport:
>
>=C2=A0 =C2=A0#+DATE: 2015-12-03 Thursday
>=C2=A0 =C2=A0** Hi,

This should work:

* letter 1
:PROPERTIES:
:EXPORT_DATE: 2015-10-26 Monday
:END:
** To whom it may concern,

* letter 2
:PROPERTIES:
:EXPORT_DATE: 2015-12-03 Thursday
:END:
** hi,


--
Dobbelt-A



--047d7b5d4a7e817e6c0526822362--