From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: Angle brackets in org-time-stamp-format loses in html export Date: Fri, 5 Sep 2008 23:01:50 +0200 Message-ID: <15F83A43-6826-42E1-987C-362006CF6260@uva.nl> References: <18625.14126.253540.106424@gargle.gargle.HOWL> Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KbiS0-0000TW-OC for emacs-orgmode@gnu.org; Fri, 05 Sep 2008 17:02:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KbiRx-0000Qm-P7 for emacs-orgmode@gnu.org; Fri, 05 Sep 2008 17:02:40 -0400 Received: from [199.232.76.173] (port=53826 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KbiRx-0000Qa-Ib for emacs-orgmode@gnu.org; Fri, 05 Sep 2008 17:02:37 -0400 Received: from nf-out-0910.google.com ([64.233.182.189]:48189) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KbiRx-00011P-BQ for emacs-orgmode@gnu.org; Fri, 05 Sep 2008 17:02:37 -0400 Received: by nf-out-0910.google.com with SMTP id c7so225023nfi.26 for ; Fri, 05 Sep 2008 14:01:56 -0700 (PDT) In-Reply-To: <18625.14126.253540.106424@gargle.gargle.HOWL> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: raman@users.sf.net Cc: emacs-orgmode@gnu.org Yes, now see what you mean. This is a bug, fixed now. Thanks! - Carsten On Sep 5, 2008, at 3:42 PM, T. V. Raman wrote: > org.el has the following definition: > > (defconst org-time-stamp-formats '("<%Y-%m-%d %a>" . "<%Y-%m-%d %a > %H:%M>") > "Formats for `format-time-string' which are used for time stamps. > It is not recommended to change this constant.") > > The above loses when you use org-insert-export-options-template > and then create HTML -- > the #+ date: line ends with angle brackets around the date, and > these eventually land up in the meta tag within an attribute > value. > > The problem here is of course brain-dead html/sgml/xml which > doesn't like angle brackets in attribute values. > > -- > Best Regards, > --raman > > > Email: raman@users.sf.net > WWW: http://emacspeak.sf.net/raman/ > AIM: emacspeak GTalk: tv.raman.tv@gmail.com > PGP: http://emacspeak.sf.net/raman/raman-almaden.asc > Google: tv+raman > IRC: irc://irc.freenode.net/#emacs > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode